summaryrefslogtreecommitdiff
path: root/test/files/neg/bug960.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug960.check')
-rw-r--r--test/files/neg/bug960.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/bug960.check b/test/files/neg/bug960.check
index e61394f2d0..ebfc3c6638 100644
--- a/test/files/neg/bug960.check
+++ b/test/files/neg/bug960.check
@@ -1,6 +1,6 @@
bug960.scala:18: error: ambiguous reference to overloaded definition,
-both method unapply in object List of type [a](List[a])Option[Null]
-and method unapply in object List of type [a](List[a])Option[(a, List[a])]
+both method unapply in object List of type [a](xs: List[a])Option[Null]
+and method unapply in object List of type [a](xs: List[a])Option[(a, List[a])]
match argument types (List[a])
case List(x, xs) => 7
^