A lot of transformation passes adds parantheses around expressions because it
does not know the context. For example, for template strings we can end up with
code like this:
func(("a" + b + "c"))
x = ("d" + e);
We should remove these extra parens.
Original issue reported on code.google.com by arv@chromium.org on 13 Oct 2012 at 6:11
Original issue reported on code.google.com by
arv@chromium.org
on 13 Oct 2012 at 6:11