From f335258f61d92cc0b68bb1aecd2c02a79a30ffea Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 10 Aug 2009 15:28:41 +0000 Subject: Mixxsing checking for fix of #1642 --- test/files/neg/implicits.check | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'test/files/neg/implicits.check') 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 -- cgit v1.2.3