summaryrefslogtreecommitdiff
path: root/test/files/neg/anytrait.check
Commit message (Collapse)AuthorAgeFilesLines
* Revised restrictions for value classes and unversal traitsMartin Odersky2012-10-031-2/+2
| | | | | | | | | and brought compiler in line with them. One thing we can accept IMO are nested classes (nested objects are still a problem). In fact, it makes no sense to exclude nested classes from value classes but not from universal traits. A class nested in universal trait will becomes a class nested in a value class by inheritance. Note that the reflection library already contains a universal trait with a nested class (IndexedSeqLike), so we should accept them if we can.
* Updatwd check file.Martin Odersky2012-02-221-2/+2
|
* Added missing files from last commitMartin Odersky2012-02-131-0/+7