summaryrefslogtreecommitdiff
path: root/test/files/neg/t4989.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-4989 Reject super.x if an intermediate class declares x abstract.Jason Zaugg2012-06-171-0/+68
This is in line with Java's treatment. Without this, an AbstractMethodError is thrown at runtime.