summaryrefslogtreecommitdiff
path: root/test/files/neg/t4460a.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-9045 Error on recursive ctorSom Snytt2016-05-041-1/+1
| | | | If the constructor invokes itself, say so.
* 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.