summaryrefslogtreecommitdiff
path: root/test/files/pos/bug4188.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix for #4188.Paul Phillips2011-02-111-0/+6
It seems to arise from the changes to inner objects which make them look like lazy vals. I am not sure this is the right change but at least it's only about a six character diff to review. Closes #4188, review by odersky.