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
Improve variable instantiation when member is missing
The `couldInstantiateTypeVar` method instantiated only type variables
that were the constructor of an applied type. But sometimes we
might also need to instantiate the argument(s), since doing so can
influence the members of the applied type. This happens in two cases
1. The applied type's rhs is a match type
2. The applied type's result is one of its type parameters
i11236.scala tests the first case, the additions to i9567.scala the second.
Fixes#11236
0 commit comments