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

8 lines
No EOL
252 B
Text

==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ArrowFunctions/ArrowFunction2.ts (2 errors) ====
var v = (a: b,) => {
~
!!! Trailing comma not allowed.
~
!!! Cannot find name 'b'.
};