TypeScript/tests/baselines/reference/parserParameterList9.errors.txt

6 lines
210 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/parser/ecmascript5/ParameterLists/parserParameterList9.ts (1 errors) ====
class C {
foo(...bar?) { }
~~~
!!! A rest parameter cannot be optional.
}