Community
Participate
Working Groups
The following code reports an error: class Foo { def foo(Number x) {} def foo(Object x) {} def bar(Object it) { foo() // Incompatible implicit argument: // Expected Number but got Object } } The error goes away if you make the receiver explicit, i.e. call it.foo() instead or if you switch the order of the foo() methods.
pushed to master
Closing all bugs that were set to RESOLVED before Neon.0