summaryrefslogtreecommitdiff
path: root/test/files/neg/bug700.check
blob: 5c2854069c003082b4a9c30dc7098df30a848037 (plain) (blame)
1
2
3
4
bug700.scala:6: error: method foobar in trait Foo is accessed from super. It may not be abstract unless it is overridden by a member declared `abstract' and `override'
  def foobar: Unit = super.foobar
                           ^
one error found