https://issues.dlang.org/show_bug.cgi?id=7558
yebblies <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from yebblies <[email protected]> --- (In reply to hsteoh from comment #3) > Seems to have been fixed in git HEAD: > ----- > $ cat test.d > void bug7558(string x, int y, double z) {} > > void main() > { > bug7558(4, 2.2); > } > $ dmd test.d > test.d(5): Error: function test.bug7558 (string x, int y, double z) is not > callable using argument types (int, double) > $ > ----- > No extraneous errors were given. Did you test it with D1? --
