summaryrefslogtreecommitdiff
path: root/test/files/pos/t5899.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t5899.scala')
-rw-r--r--test/files/pos/t5899.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/pos/t5899.scala b/test/files/pos/t5899.scala
index b16f1f84fe..885baca790 100644
--- a/test/files/pos/t5899.scala
+++ b/test/files/pos/t5899.scala
@@ -14,6 +14,7 @@ trait Foo {
Bippy(Stable) match {
case Bippy(nme.WILDCARD) => 1
case Bippy(Stable) => 2 // should not be considered unreachable
+ case Bippy(_) => 3
}
}
} \ No newline at end of file