TypeScript/tests/baselines/reference/parserErrorRecovery_ParameterList5.errors.txt
2014-09-11 16:11:08 -07:00

6 lines
256 B
Plaintext

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