summaryrefslogtreecommitdiff
path: root/test/files/run/caseclasses.scala
Commit message (Collapse)AuthorAgeFilesLines
* Renamed Application to App.Martin Odersky2011-02-211-1/+1
|
* Deprecated case classes inheriting from other c...Paul Phillips2009-09-111-6/+0
| | | | | | Deprecated case classes inheriting from other case classes, and updated all the tests which did so.
* More deprecation warnings fixed.Iulian Dragos2008-05-191-1/+1
|
* (1) Removed generation of $tag method for inter...Martin Odersky2008-04-071-0/+9
| | | | | | (1) Removed generation of $tag method for interfaces (2) improved type inference for clsoures (3) redesign of CharSequence and regex.
* case classes can now inherit from case classes.Martin Odersky2008-01-251-3/+8
|
* build target is now 1.5Martin Odersky2008-01-171-0/+15
| | | | | | case classes now generate objects not factory methods. some small cleanups for type inference
* updated tests for productElement/-Aritymichelou2007-04-191-2/+2
|
* caseclass->productBurak Emir2006-11-051-2/+2
|
* Refactored portability supportmihaylov2006-11-011-1/+0
|
* Made some test cases platform-independentmihaylov2006-10-101-15/+16
|
* throw exception in caseelementsBurak Emir2006-09-081-0/+15
|
* (no commit message)Martin Odersky2006-03-091-0/+13