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
Dotty appears not to correctly handle Java raw types that were handled by Scala 2.13.
I suspect this is caused by Dotty failing to see that XYChart is a subtype of the raw type Chart.
The following code compiles in Scala 2.13 and not in Dotty.
Dotty appears not to correctly handle Java raw types that were handled by Scala 2.13.
I suspect this is caused by Dotty failing to see that XYChart is a subtype of the raw type Chart.
The following code compiles in Scala 2.13 and not in Dotty.
Minimized code
sbt:
scala:
Output
In Dotty the error is:
Expectation
No type error. Just like Scala 2.13.
The text was updated successfully, but these errors were encountered: