summaryrefslogtreecommitdiff
path: root/test/pending/pos/unapplyComplex.scala
Commit message (Collapse)AuthorAgeFilesLines
* moved working tests to filesBurak Emir2007-01-241-37/+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.
* corrected bug in unapply test caseBurak Emir2006-11-301-2/+2
|
* * (unapply) fixed accessor handling for product...Burak Emir2006-10-301-0/+37
* (unapply) fixed accessor handling for products in SyntheticMethods * added test cases