You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix derivedPolyProto to use the correct result type
The method parameter was called `resultType` but inside the method we
use `resType` which is the result type of the existing PolyProto
instance, so TypeMaps never updated the result type of a PolyProto
before.
According to git blame, this typo was introduced when the class
parameter was renamed back in 2015 in
b5c3a28.
0 commit comments