Skip to content
New issue

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

[OperatorPrecedence] Use grouping parenthesis to make the operator precedence explicit #137

Closed
engincancan opened this issue Mar 2, 2017 · 1 comment

Comments

@engincancan
Copy link

engincancan commented Mar 2, 2017

In Epoxy Processor
builder.beginControlFlow("if ($L != null && that.$L == null" + " || $L == null && that.$L != null)",
No Operator Precedence exists
Reference

engincancan added a commit to engincancan/epoxy that referenced this issue Mar 2, 2017
Used grouping parenthesis to make the operator precedence explicit
engincancan added a commit to engincancan/epoxy that referenced this issue Mar 2, 2017
Used grouping parenthesis to make the operator precedence explicit
@elihart elihart closed this as completed Mar 3, 2017
@elihart
Copy link
Contributor

elihart commented Mar 3, 2017

#138

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants