prettier/tests/arrows/arrow_function_expression.js

5 lines
81 B
JavaScript
Raw Normal View History

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