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 instantiating type variables before implicit search, refrain instantiating
them with bounds that are either Nothing or Any or that contain wildcard types.
Fixesscala#12247
When instantiating type variables before implicit search, refrain instantiating
them with bounds that are either Nothing or Any or that contain wildcard types.
Fixesscala#12247
Compiler version
3.0.0-RC3
Minimized code
Output
Expectation
Success. This compiles with Scala 2.x.
The text was updated successfully, but these errors were encountered: