summaryrefslogtreecommitdiff
path: root/test/files/neg/t5878.check
Commit message (Collapse)AuthorAgeFilesLines
* Fixes SI-6337 by disallowing nested value classes.Martin Odersky2012-09-171-8/+8
| | | | It seems for the moment too hard to allow this, and the functionality to have value classes wrap other value classes does not seem essential.
* Closes SI-5878Martin Odersky2012-07-291-0/+13
We need to impose an additional rule on value classes: They may not unbox directly or indirectly to themselves.