summaryrefslogtreecommitdiff
path: root/test/files/neg/patmatexhaust.check
Commit message (Collapse)AuthorAgeFilesLines
* fixed t335Burak Emir2008-01-041-1/+5
|
* optimizing irrefutable tuple matches and remove...Burak Emir2007-09-261-1/+1
| | | | | optimizing irrefutable tuple matches and removed -Ymatch-algo
* new pattern matching algoBurak Emir2007-03-221-14/+18
| | | | | | | removed "removeoption" changed SUnit and some tests added useful debug msg in typer
* more changes to make tuples (...)Martin Odersky2007-02-141-2/+2
|
* exhaustivity reworkedBurak Emir2007-02-051-4/+7
|
* matching: + exhaustivity check, warningsBurak Emir2007-02-021-0/+20
Iterator: gets mkString method Iterable: only whitespace Definitions: value classes no longer SEALED test cases for exhaustivity + unapply/array