TypeScript/tests/baselines/reference/parserEqualsGreaterThanAfterFunction2.errors.txt

12 lines
407 B
Plaintext
Raw Normal View History

==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/parserEqualsGreaterThanAfterFunction2.ts (5 errors) ====
2014-07-13 01:04:16 +02:00
function (a => b;
~
!!! Identifier expected.
~~
!!! ',' expected.
~
!!! ',' expected.
!!! ')' expected.
2014-07-31 01:27:13 +02:00
!!! Function implementation is missing or not immediately following the declaration.