summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/files/run/patmatnew.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/files/run/patmatnew.scala b/test/files/run/patmatnew.scala
index 1d4bf37e1a..c55e7821df 100644
--- a/test/files/run/patmatnew.scala
+++ b/test/files/run/patmatnew.scala
@@ -322,7 +322,7 @@ object Test extends TestConsoleMain {
case Foo() => ; // used to give ERROR (unreachable code)
}}}
}
-
+/*
object Feature1196 {
def f(l: List[Int]) { }
@@ -332,6 +332,7 @@ object Test extends TestConsoleMain {
case x @ List(1, _) => f(x) // x needs to get better type List[int] here
}
}
+*/
}