summaryrefslogtreecommitdiff
path: root/test/files/pos/t6745.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-6745 Fix <init> lookupJason Zaugg2012-12-181-0/+4
We should only consult the decls of the enclosing class. Members of the self type, enclosing scopes, or imports should not be considered.