summaryrefslogtreecommitdiff
path: root/test/files/neg/t4842b.check
Commit message (Collapse)AuthorAgeFilesLines
* Minor followup on SI-4842: remove awkward condition. Review by @retronym.Hubert Plociniczak2012-06-251-4/+0
|
* SI-4842 Forbid access to in-construction this in self-constructor argsJason Zaugg2012-06-171-0/+4
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.