swc/crates/swc_ecma_parser/tests/tsc/emitArrowFunctionWhenUsingArguments02_ES6.ts

3 lines
44 B
TypeScript

// @target: es6
var a = () => arguments;