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 name resolution errors around alias ancestor types
`StructTypeImpl.parent` was not being resolved correctly when the
relevant ancestor was a type alias.
This was because we did an `instanceof StructTypeImpl` check, which is
incompatible with the generated type alias impl classes introduced in
b3b14dd.
0 commit comments