summaryrefslogtreecommitdiff
path: root/test/pending/run/unapply.scala
Commit message (Collapse)AuthorAgeFilesLines
* moved working tests to filesBurak Emir2007-01-241-86/+0
|
* enabled -Xunapply.Martin Odersky2007-01-161-1/+1
| | | | | | | | fixed bug contrib 291. Added Map/Set types to Predef. Option no longer inherits from Iterable, but there's an implicit conversion. various other small things.
* * TupleN extends ProductN, again (genprod updated)Burak Emir2007-01-021-0/+2
| | | | | | | | | | * better comments and parameter names in scala.xml.MetaData typechecker * now handles special cases (n=0, n=1) for unapply correctly * * even if one returns a Option[Product1[T]] * typechecker now handles unapply return types correctly * * e.g. when returning Option[{A,B}] instead of Option[Product2[A,B]]
* test case, unapply <-> as in "Matching with Obj...Burak Emir2006-12-251-0/+84
test case, unapply <-> as in "Matching with Objects"