prettier/tests/arrows/arrow_function_expression.js

6 lines
95 B
JavaScript
Raw Normal View History

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