https://d.puremagic.com/issues/show_bug.cgi?id=2999
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #2 from Andrej Mitrovic <[email protected]> 2014-03-24 22:34:11 CET --- (In reply to comment #1) > The compiler doesn't accept this code anymore in 2.057, marking as fixed. I must have tested the second snippet but not the first, as the first still compiles: ----- short foo() { return 1; } int foo() { return 2; } ----- -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
