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

12 lines
476 B
Text
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;
~
!!! error TS1003: Identifier expected.
2014-07-13 01:04:16 +02:00
~~
!!! error TS1005: ',' expected.
2014-07-13 01:04:16 +02:00
~
!!! error TS1005: ',' expected.
!!! error TS1005: ')' expected.
2014-09-11 02:57:51 +02:00
!!! error TS2391: Function implementation is missing or not immediately following the declaration.