summaryrefslogtreecommitdiff
path: root/test/files/neg/t6013.check
blob: 502da999f56f0740a7ee8a44097f68fe029b6a88 (plain) (blame)
1
2
3
4
5
6
7
DerivedScala.scala:4: error: class C needs to be abstract, since there is a deferred declaration of method foo in class B of type => Int which is not implemented in a subclass
class C extends B
      ^
DerivedScala.scala:7: error: class DerivedScala needs to be abstract, since there is a deferred declaration of method foo in class Abstract of type ()Boolean which is not implemented in a subclass
class DerivedScala extends Abstract
      ^
two errors found