TypeScript/tests/baselines/reference/parserEqualsGreaterThanAfterFunction2.errors.txt
2014-07-30 16:27:13 -07:00

12 lines
No EOL
362 B
Text

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