ee3dfa414f
Gives bitwise operators precedence above that of equality/relational operators. This means that a & mask == something no longer needs parentheses. Since bitwise operators didn't work on booleans, and there are probably very few custom operator&'s that accept a boolean, this is expected to not break existing code. BUG= http://dartbug.com/114 R=hausner@google.com, kasperl@google.com Review URL: https://codereview.chromium.org//23710024 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27613 260f80e4-7a28-3924-810f-c04153c831b5