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
% dotc AB_1.scala
% dotc C_2.scala
C_2.scala:1: error: object creation impossible, since def super$x: => Int is not defined
object C extends B {
^
one error found
A.class and B.class are identical whether or not separate compilation is used:
AB_1.scala
:C_2.scala
:A.class
andB.class
are identical whether or not separate compilation is used:The text was updated successfully, but these errors were encountered: