summaryrefslogtreecommitdiff
path: root/test/files/run/virtpatmat_opt_sharing.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/virtpatmat_opt_sharing.scala')
-rw-r--r--test/files/run/virtpatmat_opt_sharing.scala5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/files/run/virtpatmat_opt_sharing.scala b/test/files/run/virtpatmat_opt_sharing.scala
index 119e3050ea..d2c42cab48 100644
--- a/test/files/run/virtpatmat_opt_sharing.scala
+++ b/test/files/run/virtpatmat_opt_sharing.scala
@@ -1,3 +1,6 @@
+/*
+ * filter: It would fail on the following input
+ */
object Test extends App {
virtMatch()
def virtMatch() = {
@@ -7,4 +10,4 @@ object Test extends App {
case 1 :: 3 :: 4 :: 7 :: x => println(1)
}
}
-} \ No newline at end of file
+}