summaryrefslogtreecommitdiff
path: root/test/files/run/virtpatmat_extends_product.check
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@epfl.ch>2012-02-28 16:47:47 +0100
committerAdriaan Moors <adriaan.moors@epfl.ch>2012-03-20 19:53:02 +0100
commit972bf59a65d98286697ca8eed6a80239259808e4 (patch)
tree7f85e85fc10db372045970cf1b0d8d3db7eafab3 /test/files/run/virtpatmat_extends_product.check
parentd60099fb5543f92a81605873fea2d14637cbf4c6 (diff)
downloadscala-972bf59a65d98286697ca8eed6a80239259808e4.tar.gz
scala-972bf59a65d98286697ca8eed6a80239259808e4.tar.bz2
scala-972bf59a65d98286697ca8eed6a80239259808e4.zip
[vpm] TODO note: make unapply type list stricter
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
Diffstat (limited to 'test/files/run/virtpatmat_extends_product.check')
-rw-r--r--test/files/run/virtpatmat_extends_product.check1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/run/virtpatmat_extends_product.check b/test/files/run/virtpatmat_extends_product.check
new file mode 100644
index 0000000000..c07e8385a7
--- /dev/null
+++ b/test/files/run/virtpatmat_extends_product.check
@@ -0,0 +1 @@
+AnnotationInfo(a,1)