https://bugzilla.wikimedia.org/show_bug.cgi?id=69924
--- Comment #12 from Krinkle <[email protected]> --- > > function bar() { return 1; } > > bar(); > >> 1 > > > if (true) { > > function bar() { return 1; } > > } else { > > function bar() { return 2; } > > } > > bar(); > >> 2 btw, in Firefox this yields 1. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
