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

10 lines
321 B
Plaintext

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