summaryrefslogtreecommitdiff
path: root/test/files/neg/bug145.check
blob: 14e8334c0f364cb5fbb427c3dd0052b438ba6d34 (plain) (blame)
1
2
3
4
bug145.scala:8: symbol accessed from super may not be abstract
  abstract override def foo(x: T): Int = super[J].foo(x) + 1;
                                                 ^
one error found