summaryrefslogtreecommitdiff
path: root/test-nsc/files/pos/bug64.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test-nsc/files/pos/bug64.scala')
-rw-r--r--test-nsc/files/pos/bug64.scala6
1 files changed, 0 insertions, 6 deletions
diff --git a/test-nsc/files/pos/bug64.scala b/test-nsc/files/pos/bug64.scala
deleted file mode 100644
index c2ce4bf6d0..0000000000
--- a/test-nsc/files/pos/bug64.scala
+++ /dev/null
@@ -1,6 +0,0 @@
-object B {
- def main(Args:Array[String]) = {
- val Pair(_,x) = Pair(1,2);
- x + 1;
- }
-}