Files
babel/packages/babel-generator/test/fixtures/parentheses/unary-arrow-function/expected.js
2016-02-28 21:56:22 -05:00

4 lines
49 B
JavaScript

void (() => {});
typeof (() => {});
!(() => {});