From e1c732db445d1ab0172bc25073ce865acc7d280b Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Fri, 6 Apr 2007 09:23:03 +0000 Subject: merged in tcpoly branch (at r10641) --- test/files/neg/implicits.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/neg/implicits.check') diff --git a/test/files/neg/implicits.check b/test/files/neg/implicits.check index 266d92c765..1af86e6c05 100644 --- a/test/files/neg/implicits.check +++ b/test/files/neg/implicits.check @@ -2,7 +2,7 @@ implicits.scala:21: error: type mismatch; found : Pos required: ?{val +: ?} Note that implicit conversions are not applicable because they are ambiguous: - most specific definition is: method pos2int in object Super of type (Pos)scala.Int + most specific definition is: method pos2int in object Super of type (Pos)scala.Predef.int yet alternative definition method any2plus in object Sub of type (scala.Any)Sub.Plus is defined in a subclass. Both definitions are possible conversion functions from Pos to ?{val +: ?} -- cgit v1.2.3