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

7 lines
269 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/RegressionTests/parser509668.ts (1 errors) ====
class Foo3 {
// Doesn't work, but should
constructor (public ...args: string[]) { }
~~~
!!! error TS1005: ',' expected.
}