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

10 lines
No EOL
306 B
Text

==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/parserEqualsGreaterThanAfterFunction2.ts (4 errors) ====
function (a => b;
~
!!! Identifier expected.
~~
!!! ',' expected.
~
!!! ',' expected.
!!! ')' expected.