TypeScript/tests/baselines/reference/parserArrowFunctionExpression4.errors.txt
2014-09-11 16:11:08 -07:00

6 lines
258 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/ArrowFunctionExpressions/parserArrowFunctionExpression4.ts (2 errors) ====
a = (() => { }, a)
~
!!! error TS2304: Cannot find name 'a'.
~
!!! error TS2304: Cannot find name 'a'.