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
When looking at AppliedTypes, we want to go to the supertype (which is the dealiased type or upper bound),
not the underlying type (which is the type constructor).
This is the second bug in a week caused by a confusion of unerlying and supertype for AppliedTypes. We
should do an audit of the codebase to see whether there are more cases like this.
Fixes#15448
0 commit comments