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

5 lines
81 B
TypeScript

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