summaryrefslogtreecommitdiff
path: root/test/files/run/t7214.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t7214.scala')
-rw-r--r--test/files/run/t7214.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t7214.scala b/test/files/run/t7214.scala
index ff1ea8082d..15c2c24fa0 100644
--- a/test/files/run/t7214.scala
+++ b/test/files/run/t7214.scala
@@ -25,7 +25,7 @@ class Crash {
def unapply(a: Alias): Option[Any] = None
}
(t: Any) match {
- case Extractor() =>
+ case Extractor(_) =>
case _ =>
}