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
The previous type parameter representation in terms of type members
achieved bounds propagation by waiting until a type member was selected
and then taking original bounds and refinements together as its info.
This no longer works with explicit applications. Instead, we need to
propagate bounds into wildcard arguments explicitly, when a type
application is created.
Also, fix argument computation in asSeenFrom
0 commit comments