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