TypeScript/tests/baselines/reference/parserX_ArrowFunction1.errors.txt
2014-09-11 16:11:08 -07:00

6 lines
212 B
Plaintext

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