TypeScript/tests/baselines/reference/parserErrantEqualsGreaterThanAfterFunction2.errors.txt
2014-07-31 11:06:42 -07:00

10 lines
409 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/parserErrantEqualsGreaterThanAfterFunction2.ts (4 errors) ====
function f(p: A) => p;
~~
!!! Block or ';' expected.
~
!!! Function implementation is missing or not immediately following the declaration.
~
!!! Cannot find name 'A'.
~
!!! Cannot find name 'p'.