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

5 lines
71 B
TypeScript

// @target: es5
function f(arguments) {
var a = () => arguments;
}