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

4 lines
62 B
TypeScript
Raw Normal View History

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