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

8 lines
272 B
Plaintext

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