aboutsummaryrefslogtreecommitdiff
path: root/tests/run/inlineAccess
Commit message (Collapse)AuthorAgeFilesLines
* Fix problem related to accessor generation under separate compilationMartin Odersky2016-10-022-0/+14
Accessors were multiply generated under separate compilation. To fix this, the resident body of an inlined function is now the same as the inlined body. Both use accessors where necessary. Previously, only the inlined body used accessors.