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

6 lines
190 B
Text
Raw Normal View History

2014-08-22 03:39:46 +02:00
==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ArrowFunctions/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
};