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

8 lines
314 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/ArrowFunctionExpressions/parserArrowFunctionExpression2.ts (3 errors) ====
a = () => { } || a
~~
!!! error TS1005: ';' expected.
~
!!! error TS2304: Cannot find name 'a'.
~
!!! error TS2304: Cannot find name 'a'.