summaryrefslogtreecommitdiff
path: root/test/files/neg/anyval-sealed.scala
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'paulp/inline' into topic/inlineMartin Odersky2012-01-291-6/+0
| | | | | | | Temporarily removed getClass from AnyVal to get build going. Disabled anyval-childen test. Fixed some other build problems. Implemented step 1 + 2 of inline classes proposal.
* Somewhere along the way AnyVal stopped working ...Paul Phillips2010-10-051-0/+6
Somewhere along the way AnyVal stopped working as sealed. (It was still sealed but had lost its children.) Closes #3163, review by rytz.