prettier/tests/arrows/arrow_function_expression.js

7 lines
111 B
JavaScript

(a => {}).length
typeof (() => {});
export default (() => {})();
(() => {})()``;
(() => {})``;
new (() => {});