summaryrefslogtreecommitdiff
path: root/test/files/pos/inline-access-levels/A_1.scala
Commit message (Collapse)AuthorAgeFilesLines
* Moved inline logic before pickler.Grzegorz Kossakowski2012-08-091-0/+10
The test case failed due to separate compilation. The problem was that we don't pickle the fact that the field was made public. Original patch by @odersky. Cleaned up by me. Changes I made: * removed stale test-case * reduced whitespace changes Supersedes #1089. Review by @odersky and @moors.