TypeScript/tests/baselines/reference/parserArrowFunctionExpression4.errors.txt
2014-07-12 17:30:19 -07:00

6 lines
230 B
Plaintext

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