From cdbd7d9a019483ff94a479f1031592f721f2c44c Mon Sep 17 00:00:00 2001 From: David MacIver Date: Sun, 9 Nov 2008 17:55:15 +0000 Subject: General tidying from paul (mostly concerning us... General tidying from paul (mostly concerning use of setType). --- test/pending/run/t0889.scala | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 test/pending/run/t0889.scala (limited to 'test/pending') diff --git a/test/pending/run/t0889.scala b/test/pending/run/t0889.scala deleted file mode 100755 index db6076e8e2..0000000000 --- a/test/pending/run/t0889.scala +++ /dev/null @@ -1,9 +0,0 @@ -object Test extends Application { - - val a = List("a") - - a match { - case Seq("a", "b", rest @ _*) => println("a, b, " + rest) - case Seq(first, rest @ _*) => println("first: " + first + ", rest: " + rest) - } -} -- cgit v1.2.3