aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/i1990a.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix sorting of accessed this-proxiesMartin Odersky2017-02-191-0/+20
They are sorted according to the nesting depth of the classes they represent. This is no necessarily the same as the nesting level of the symbols of the proxy classes. i1990a.scala shows an example where the two differ.