summaryrefslogtreecommitdiff
path: root/test/files/neg/implicits.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/implicits.check')
-rw-r--r--test/files/neg/implicits.check7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/files/neg/implicits.check b/test/files/neg/implicits.check
index 281f7a6dd2..e7ef03b387 100644
--- a/test/files/neg/implicits.check
+++ b/test/files/neg/implicits.check
@@ -7,4 +7,9 @@ Note that implicit conversions are not applicable because they are ambiguous:
are possible conversion functions from Pos to ?{val +: ?}
f(p+1)
^
-one error found
+implicits.scala:38: error: type mismatch;
+ found : test2.HSome[java.lang.String,test2.HMap]
+ required: Int
+ foo(set)
+ ^
+two errors found