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

5 lines
80 B
TypeScript

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