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

6 lines
198 B
Plaintext

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