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