summaryrefslogtreecommitdiff
path: root/test/files/run/withIndex.check
diff options
context:
space:
mode:
authorLex Spoon <lex@lexspoon.org>2006-05-05 11:49:08 +0000
committerLex Spoon <lex@lexspoon.org>2006-05-05 11:49:08 +0000
commit1f5bd8a590e9c29fdaabb53adeae1bf5c22258f4 (patch)
treef8d798227ef16cca1b0c91d0680f05f849516cc2 /test/files/run/withIndex.check
parent5a94352a620b652bafe8386adf2637f4bec86e25 (diff)
downloadscala-1f5bd8a590e9c29fdaabb53adeae1bf5c22258f4.tar.gz
scala-1f5bd8a590e9c29fdaabb53adeae1bf5c22258f4.tar.bz2
scala-1f5bd8a590e9c29fdaabb53adeae1bf5c22258f4.zip
added zipWithIndex to several collection classes
Diffstat (limited to 'test/files/run/withIndex.check')
-rw-r--r--test/files/run/withIndex.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/run/withIndex.check b/test/files/run/withIndex.check
new file mode 100644
index 0000000000..75495f171b
--- /dev/null
+++ b/test/files/run/withIndex.check
@@ -0,0 +1,7 @@
+List((a,0),(b,1),(c,2))
+List((a,0),(b,1),(c,2))
+List((a,0),(b,1),(c,2))
+List((a,0),(b,1),(c,2))
+List()
+List()
+List()