summaryrefslogtreecommitdiff
path: root/test/files/neg/t6013.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-6013 Disallow deferred members from intermediate java parents.Jason Zaugg2012-07-041-0/+7
76c76b28f allowed for the fact that a Java method can override a super class method without matching its type in a Scala sense; it need only match its type after erasure. However that change went too far, and considered a concrete method in a base class to override a deferred method in a subclass.