summaryrefslogtreecommitdiff
path: root/test/files/run/virtpatmat_extends_product.check
Commit message (Collapse)AuthorAgeFilesLines
* [vpm] TODO note: make unapply type list stricterAdriaan Moors2012-03-201-0/+1
when an unapply returns Option[T] where T is some ProductN, does that mean the unapply returns 1 result, i.e., that T, or did it mean to return N results? to disambiguate, falling back to stricter spec-adherence, which requires T be exactly TupleN for N results for now, allow extractor result to be any product, not just tuple