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

9 lines
351 B
Plaintext
Raw Normal View History

tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ArrowFunctions/parserX_ArrowFunction1.ts(1,13): error TS1110: Type expected.
==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ArrowFunctions/parserX_ArrowFunction1.ts (1 errors) ====
2014-07-13 01:04:16 +02:00
var v = (a: ) => {
~
!!! error TS1110: Type expected.
2014-07-13 01:04:16 +02:00
};