We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
a && b && c
a > 0 && b < 0
(a > 0 && b < 0) || c > 0
The text was updated successfully, but these errors were encountered:
fix if-cond with nested condition
70cb6f0
fix: parse nested operation node: eg. a + b + c; a + arr[0]; a + pkg.A
82c8076
supported
Sorry, something went wrong.
No branches or pull requests
a && b && c
a > 0 && b < 0
(a > 0 && b < 0) || c > 0
The text was updated successfully, but these errors were encountered: