summaryrefslogtreecommitdiff
path: root/test/files/run/matchonseq.check
diff options
context:
space:
mode:
authorJosh Suereth <joshua.suereth@gmail.com>2012-03-16 20:59:38 -0400
committerJosh Suereth <joshua.suereth@gmail.com>2012-03-16 20:59:38 -0400
commitb3efb3d493605d1c7e106e5f0a697b52ebb3d97c (patch)
tree1a141a2b741684b91d56c1288ab043623f2ce956 /test/files/run/matchonseq.check
parentd267988ddbf03c71fa1ef2fa51f2d218793632ed (diff)
downloadscala-b3efb3d493605d1c7e106e5f0a697b52ebb3d97c.tar.gz
scala-b3efb3d493605d1c7e106e5f0a697b52ebb3d97c.tar.bz2
scala-b3efb3d493605d1c7e106e5f0a697b52ebb3d97c.zip
Added +: and :+ extractors to mirror append/prepend.
* +: does head/tail decomposition on any Seq * :+ does init/last decomposition on any Seq * Both preserve specific Seq types. Review by @odersky
Diffstat (limited to 'test/files/run/matchonseq.check')
-rw-r--r--test/files/run/matchonseq.check2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/run/matchonseq.check b/test/files/run/matchonseq.check
new file mode 100644
index 0000000000..3fe554095a
--- /dev/null
+++ b/test/files/run/matchonseq.check
@@ -0,0 +1,2 @@
+It worked! head=1
+It worked! last=3