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

9 lines
352 B
Plaintext

tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ArrowFunctions/parserX_ArrowFunction3.ts(1,14): error TS1110: Type expected.
==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ArrowFunctions/parserX_ArrowFunction3.ts (1 errors) ====
var v = (a): => {
~~
!!! error TS1110: Type expected.
};