summaryrefslogtreecommitdiff
path: root/test/files/run/unapply.scala
Commit message (Collapse)AuthorAgeFilesLines
* added EOLs, missing headersmichelou2008-06-101-2/+2
|
* fixed Philipp's bug #1256 for real this time, u...Burak Emir2007-08-151-0/+16
| | | | | | fixed Philipp's bug #1256 for real this time, use switch for characters (includes ugly boxing bug workaround), use StdNames in CodeFactory
* optimzing unapply calls returning Some[T], savi...Burak Emir2007-07-061-0/+14
| | | | | | optimzing unapply calls returning Some[T], saving emptynessCheck fix of #999 (better late than never), added test case to run/unapply.scala
* new pattern matching algoBurak Emir2007-03-221-14/+14
| | | | | | | removed "removeoption" changed SUnit and some tests added useful debug msg in typer
* more changes to make tuples (...)Martin Odersky2007-02-141-7/+7
|
* added test case 4 select unapplyBurak Emir2007-01-311-3/+20
|
* moved working tests to filesBurak Emir2007-01-241-0/+86