aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/i1756.scala
Commit message (Collapse)AuthorAgeFilesLines
* Add original test to test caseMartin Odersky2016-12-021-3/+2
|
* Fix-1756: Use lexically enclosing class as start of outer path.Martin Odersky2016-12-021-0/+21
We confused the enclosing class (which skips the current class in super call contexts) and the lexically enclosing class in three locations that all had to do with the start of an outer path.