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
@annotation.compileTimeOnly("Foo should be erased") traitFoo@annotation.compileTimeOnly("Bar should be erased") classBarvalfoo=newFoo {}
valbar=newBar {}
Output
compiles ok
Expectation
error Foo should be erased, Bar should be erased, as in Scala 2.13