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
6|classBarextendsFoo("bar", Some("bar"))
|^|illegal parameter: The types of value y do not match.
|| value y in classFoo has type:Option[(Foo#x : String)]
| but classBar expects value y to have type:Option[(Bar.this.x :String)]
1 error found
The text was updated successfully, but these errors were encountered:
Compiler version
3.0.0-RC2
Minimized code
Output
In 3.0.0-RC1, this compiles, as expected.
In 3.0.0-RC2:
The text was updated successfully, but these errors were encountered: