summaryrefslogtreecommitdiff
path: root/test/files/neg/patmatexhaust.scala
Commit message (Collapse)AuthorAgeFilesLines
* new pattern matching algoBurak Emir2007-03-221-1/+7
| | | | | | | removed "removeoption" changed SUnit and some tests added useful debug msg in typer
* more changes to make tuples (...)Martin Odersky2007-02-141-3/+3
|
* changed tuple syntax to (...)Martin Odersky2007-02-131-4/+4
|
* exhaustivity reworkedBurak Emir2007-02-051-3/+7
|
* refined exhaustivity checkBurak Emir2007-02-021-0/+4
|
* matching: + exhaustivity check, warningsBurak Emir2007-02-021-0/+59
Iterator: gets mkString method Iterable: only whitespace Definitions: value classes no longer SEALED test cases for exhaustivity + unapply/array