TypeScript/tests/baselines/reference/parserErrorRecovery_ParameterList5.errors.txt
2014-11-28 10:06:43 -08:00

10 lines
554 B
Plaintext

tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ParameterLists/parserErrorRecovery_ParameterList5.ts(1,11): error TS1005: ',' expected.
tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ParameterLists/parserErrorRecovery_ParameterList5.ts(1,17): error TS1005: ')' expected.
==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ParameterLists/parserErrorRecovery_ParameterList5.ts (2 errors) ====
(a:number => { }
~~
!!! error TS1005: ',' expected.
!!! error TS1005: ')' expected.