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