summaryrefslogblamecommitdiff
path: root/test/files/neg/t700.check
blob: 4c0a2e5fda2d6e090890d98434f17183f59094f2 (plain) (tree)
1
2
3
4



                                                                                                                                                                     
t700.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