summaryrefslogtreecommitdiff
path: root/test/files/neg/bug700.check
blob: 149a1564a9918710807ff235c8035b335c96bc94 (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