summaryrefslogtreecommitdiff
path: root/test/files/run/caseclasses.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-9398 Treat case classes as one-element ADTs for analysisJason Zaugg2016-01-291-1/+1
| | | | | | | | Currently, exhaustivity analysis only runs for scrutinees with a sealed type. This commit treats any case class as a one-element, sealed type to enable additional analysis, such as in the new test case.
* SI-6809 Forbids deprecated case class definitions without parameter listSimon Ochsenreither2012-12-131-1/+1
| | | | This has been deprecated since at least 2.7.7, so it should be good to go.
* 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