summaryrefslogtreecommitdiff
path: root/test/files/neg/t5882.scala
Commit message (Collapse)AuthorAgeFilesLines
* Closes SI-5882Martin Odersky2012-07-281-0/+5
I have added a restriction that value classes may not contain inner classes or objects. This makes sense as the "outer" field of any such classes or objects would be ephemeral, with surprising results. SIP-15 has been changed accordingly.