You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: