TypeScript/tests/baselines/reference/emitArrowFunctionWhenUsingArguments02_ES6.types

8 lines
211 B
Plaintext
Raw Normal View History

2015-04-16 22:08:57 +02:00
=== tests/cases/conformance/es6/arrowFunction/emitArrowFunctionWhenUsingArguments02_ES6.ts ===
var a = () => arguments;
>a : () => IArguments
>() => arguments : () => IArguments
>arguments : IArguments