Community
Participate
Working Groups
The following code generates wrong Java : class Test { dispatch x(String x) { } x(Object y) { } } Seems like the inference for the common super type calculation of parameters takes x(Object y) into account although it's not a dispatch method.
pushed to master
Closing all bugs that were set to RESOLVED before Neon.0