summaryrefslogtreecommitdiff
path: root/test/files/pos/bug2130-2.scala
Commit message (Collapse)AuthorAgeFilesLines
* Renamed tests named bugXXX to tXXX, no review.Paul Phillips2011-08-241-17/+0
|
* Observed that some historical issues with packa...Paul Phillips2011-02-201-0/+17
Observed that some historical issues with package objects no longer seem so issuey. In the interests of keeping the arbitrary limitations to a minimum, re-enabled case classes in package objects (see #2130, #3437.) Closes #3437, review by odersky.