TypeScript/tests/baselines/reference/parserEqualsGreaterThanAfterFunction2.errors.txt
2014-07-31 11:06:42 -07:00

12 lines
407 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/parserEqualsGreaterThanAfterFunction2.ts (5 errors) ====
function (a => b;
~
!!! Identifier expected.
~~
!!! ',' expected.
~
!!! ',' expected.
!!! ')' expected.
!!! Function implementation is missing or not immediately following the declaration.