On 2014-01-06, at 17:05, Karl Tomlinson <[email protected]> wrote: > if (condition1) > if (condition2) > foo(); > else > bar(); > > Sure, you could argue that style conversion makes the actual > behaviour clearer, but you'd have to know the intended behaviour > to know there was a bug.
I’ll just point out that this isn’t a bug if there are test cases that pass. _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

