summaryrefslogtreecommitdiff
path: root/test/files/neg/patmatexhaust.check
Commit message (Collapse)AuthorAgeFilesLines
* Fix and test cases for ticket #443.Paul Phillips2009-10-171-2/+7
| | | | | | | flags on AnyVal from FINAL|SEALED to ABSTRACT|SEALED. This appears correct and without ill effect, but if anyone spots new anyval oddness you know where to look.
* Starting on improving the abstraction level of ...David MacIver2008-11-131-0/+1
| | | | | | | | Starting on improving the abstraction level of the pattern matcher (code from paul) Still needs a fair bit of work.
* 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