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
Fixesscala#8955
This kicks in if an argument is of wildcard type, say, C[?},
and one or more alternatives have a poymorphic method type
with type parameter `T` and corresponding parameter type
`C[T]`. We did wildcard capture for regular applicatiins, but
not for applicability testing of overloaded alternatives.
Minimized code
Output
Expectation
of
either all of them compile, or all of them fail. They all compile in scala 2.
The text was updated successfully, but these errors were encountered: