TypeScript/tests/cases/conformance/es6/arrowFunction/emitArrowFunctionWhenUsingArguments03.ts

4 lines
62 B
TypeScript
Raw Normal View History

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