summaryrefslogtreecommitdiff
path: root/test/files/pos/bug2130-1.scala
Commit message (Collapse)AuthorAgeFilesLines
* Observed that some historical issues with packa...Paul Phillips2011-02-201-0/+5
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.