Upacking to a struct like this ``` type Result struct { *TypeB Name string } ``` Results in a reflection error
Upacking to a struct like this
Results in a reflection error