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

10 lines
326 B
Text
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/parserEqualsGreaterThanAfterFunction2.ts (4 errors) ====
function (a => b;
~
!!! Identifier expected.
~~
!!! ',' expected.
~
!!! ',' expected.
~~~~~~~~~~~~~~~~~
!!! Function implementation expected.