TypeScript/tests/baselines/reference/parserParameterList11.errors.txt
2014-12-01 22:03:41 -08:00

7 lines
No EOL
341 B
Text

tests/cases/conformance/parser/ecmascript5/ParameterLists/parserParameterList11.ts(1,8): error TS1047: A rest parameter cannot be optional.
==== tests/cases/conformance/parser/ecmascript5/ParameterLists/parserParameterList11.ts (1 errors) ====
(...arg?) => 102;
~
!!! error TS1047: A rest parameter cannot be optional.