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

6 lines
198 B
Text
Raw Normal View History

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