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
Avoid generating kind-incorrect types for wildcard arguments.
When doing the changes to higher-kinded types, an error popped up in pos/i3976.scala
that a wildcard argument `_` was illegal because the corresponding type parameter is
higher-kinded. This seemed to have been masked by an incorrect subtype check before.
We now use the parameter bounds as the argument in this case.
0 commit comments