aboutsummaryrefslogtreecommitdiff
path: root/tests/run/i659.scala
Commit message (Collapse)AuthorAgeFilesLines
* Add initializers for lambdalift proxy fieldsMartin Odersky2015-06-191-5/+19
| | | | | | | | If an inner class has proxy fields, we missed so far the assignment sfrom the proxy parameters in the primary constructor of the class to the proxy fields. Test case tries several variations of this.
* Fix problem with explicit outer accessorsMartin Odersky2015-06-191-0/+12
Even if an explicit outer accessor was a method, it got a TermRef as type.