summaryrefslogtreecommitdiff
path: root/test/files/neg/implicits.check
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2009-03-30 16:21:49 +0000
committerMartin Odersky <odersky@gmail.com>2009-03-30 16:21:49 +0000
commit20f986ecf42cf3018bf3a90b84b2f84669838b10 (patch)
tree11f4510c6822ccc98deeaa086faaa6a36469a1a5 /test/files/neg/implicits.check
parent070c60f7472f8c0352287e9d68df8bd35a8ae0a4 (diff)
downloadscala-20f986ecf42cf3018bf3a90b84b2f84669838b10.tar.gz
scala-20f986ecf42cf3018bf3a90b84b2f84669838b10.tar.bz2
scala-20f986ecf42cf3018bf3a90b84b2f84669838b10.zip
changed overloaing resolution to make Builders ...
changed overloaing resolution to make Builders work. generalized companion object generation in Namers. Fixed a problem in Types that made the collection build crash.
Diffstat (limited to 'test/files/neg/implicits.check')
-rw-r--r--test/files/neg/implicits.check7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/files/neg/implicits.check b/test/files/neg/implicits.check
index 409d6ce6a7..b84586fc16 100644
--- a/test/files/neg/implicits.check
+++ b/test/files/neg/implicits.check
@@ -2,10 +2,9 @@ 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)int
- yet alternative definition method any2plus in object Sub of type (Any)Sub.Plus
- is defined in a subclass.
- Both definitions are possible conversion functions from Pos to ?{val +: ?}
+ both method any2plus in object Sub of type (Any)Sub.Plus
+ and method pos2int in object Super of type (Pos)int
+ are possible conversion functions from Pos to ?{val +: ?}
f(p+1)
^
one error found