emitArrowFunctionWhenUsingArguments02_ES6.ts(1,15): error TS2304: Cannot find name 'arguments'.


==== emitArrowFunctionWhenUsingArguments02_ES6.ts (1 errors) ====
    var a = () => arguments;
                  ~~~~~~~~~
!!! error TS2304: Cannot find name 'arguments'.