aboutsummaryrefslogtreecommitdiff
path: root/tests/run/NestedClasses.check
Commit message (Collapse)AuthorAgeFilesLines
* Map outer fields to parameters in primary constructorMartin Odersky2015-06-201-0/+9
Previously this was only done in secondary constructors; need to do it in primary constructor as well to avoid "reference to this before super" problems.