TypeScript/tests/cases/conformance/es6/arrowFunction/emitArrowFunctionWhenUsingArguments03.ts
2015-04-16 12:29:49 -07:00

4 lines
62 B
TypeScript

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