summaryrefslogtreecommitdiff
path: root/test/pending
diff options
context:
space:
mode:
authorSean McDirmid <sean.mcdirmid@gmail.com>2007-03-28 10:44:12 +0000
committerSean McDirmid <sean.mcdirmid@gmail.com>2007-03-28 10:44:12 +0000
commit806238432588319e91805570ffbfc2f0ce5f409b (patch)
tree2722f8826abe3bd63fd8053854e674620e78f131 /test/pending
parenta4d94d427ae80d191060338b230c4d88948059cb (diff)
downloadscala-806238432588319e91805570ffbfc2f0ce5f409b.tar.gz
scala-806238432588319e91805570ffbfc2f0ce5f409b.tar.bz2
scala-806238432588319e91805570ffbfc2f0ce5f409b.zip
Revamped scala-doc.
Diffstat (limited to 'test/pending')
-rw-r--r--test/pending/neg/bug112706A.scala8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/pending/neg/bug112706A.scala b/test/pending/neg/bug112706A.scala
new file mode 100644
index 0000000000..fb98ad300c
--- /dev/null
+++ b/test/pending/neg/bug112706A.scala
@@ -0,0 +1,8 @@
+package test;
+trait Test {
+ def foo(p : List[Tuple2[String,String]]) = {
+ for (val t <- p) t._1 match {
+ case Tuple2(node,_) =>
+ }
+ }
+} \ No newline at end of file