prettier/tests/unary_expression/urnary_expression.js

9 lines
65 B
JavaScript

!!x
x++
x--;
-+1;
x + + + + 1;
x + (+ (+ (+ 1)))
x * +y;
+x * y;