summaryrefslogtreecommitdiff
path: root/test/files/neg/overload.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/overload.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/overload.check')
-rw-r--r--test/files/neg/overload.check8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/files/neg/overload.check b/test/files/neg/overload.check
index 5f7644eda7..760702778b 100644
--- a/test/files/neg/overload.check
+++ b/test/files/neg/overload.check
@@ -1,7 +1,7 @@
-overload.scala:10: error: erroneous reference to overloaded definition,
-most specific definition is: method f in class C of type (int)Unit,
-yet alternative definition method f in class D of type (Any)Unit
-is defined in a subclass
+overload.scala:10: error: ambiguous reference to overloaded definition,
+both method f in class D of type (Any)Unit
+and method f in class C of type (int)Unit
+match argument types (Int)
(new D).f(1)
^
one error found