Right now we produce `if !cond{...}` instead of `if!cond{...}`. Same for any expr except for ones that interfere with `if`.
Right now we produce
if !cond{...}instead ofif!cond{...}.Same for any expr except for ones that interfere with
if.