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

6 lines
89 B
TypeScript
Raw Normal View History

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