summaryrefslogtreecommitdiff
path: root/test/files/pos/t4842.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-4842 Forbid access to in-construction this in self-constructor argsJason Zaugg2012-06-171-0/+26
The check was already in place for direct calls to the super constructor. Without this additional check, ExplicitOuter crashes, as it doesn't create an $outer pointer for the constructor-arg scoped inner object, but expects one to exist when transforming the Outer.this reference.