Open SuperSandro2000 opened 3 years ago
Thanks for the report! Currently statix
does not remove useless parentheses in binary expressions, like x ++ (y)
, I am waiting for some parsing changes around operator precedence to land before implementing this.
The following snippet
should be converted to