prettier/tests/function/function_expression.js

5 lines
102 B
JavaScript
Raw Normal View History

(function() {}).length
typeof (function() {});
export default (function() {})();
(function() {})()``;