summaryrefslogtreecommitdiff
path: root/test/files/neg/t3757.check
blob: f54e05abafcc6018d1b5dbe70fc9fbdcc1d70ab4 (plain) (blame)
1
2
3
4
B.scala:3: error: method foo overrides nothing
class B extends a.A { override def foo = "B" }
                                   ^
one error found