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
I believe at some point scalac behaved like Dotty. Maybe @retronym can reconstruct why that got changed. It would be important to use the same algorithm for binary compatibility.
Scalac erases the type
Foo.A with Foo
toObject
. Dotc erases it toFoo
.I'm not sure if that would be considered a bug, but I was told differences in behavior between scala and dotty should be documented regardless.
The text was updated successfully, but these errors were encountered: