summaryrefslogtreecommitdiff
path: root/test/files/neg/t6214.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t6214.check')
-rw-r--r--test/files/neg/t6214.check7
1 files changed, 5 insertions, 2 deletions
diff --git a/test/files/neg/t6214.check b/test/files/neg/t6214.check
index 6349a3e71c..9d746351d1 100644
--- a/test/files/neg/t6214.check
+++ b/test/files/neg/t6214.check
@@ -1,4 +1,7 @@
-t6214.scala:5: error: missing parameter type
+t6214.scala:5: error: ambiguous reference to overloaded definition,
+both method m in object Test of type (f: Int => Unit)Int
+and method m in object Test of type (f: String => Unit)Int
+match argument types (Any => Unit)
m { s => case class Foo() }
- ^
+ ^
one error found