aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/i503.scala
Commit message (Collapse)AuthorAgeFilesLines
* New testsMartin Odersky2015-05-041-1/+5
| | | | | Added test for previous PR on super accessors. Updated test for #503 to check both inner classes and inner traits.
* Treat references to modules and lazy vals as outer referencesMartin Odersky2015-05-041-0/+9
Previously, we considered only methods. #503 shows that this is wrong.