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 am not quite sure about he previous definition of superType in
SuperType. I believe it's probably needed for something. But it's
clearly wrong if the `supertpe` argument does not have a symbol. We now
fall back to the default
```
def superType = underlying
```
in this case.
Fixes#17555
Compiler version
3.2.2
3.3.0-RC3
Worked in 3.1.2
Minimized code
Output
Expectation
toString
in traitB
should be called and output should be B.This works for normal classes, but the case class breaks that.
The text was updated successfully, but these errors were encountered: