TypeScript/tests/baselines/reference/parserX_ArrowFunction2.errors.txt
2014-07-12 17:30:19 -07:00

8 lines
260 B
Plaintext

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