TypeScript/tests/baselines/reference/ArrowFunction1.errors.txt
2014-08-25 10:55:22 -07:00

6 lines
No EOL
190 B
Text

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