Files
babel/test/fixtures/generation/edgecase/bitwise-precedence/expected.js
2014-12-22 21:36:33 +11:00

4 lines
35 B
JavaScript

x | y ^ z;
x | y ^ z;
(x | y) ^ z;