TypeScript/tests/baselines/reference/parser509668.errors.txt
2014-07-12 17:30:19 -07:00

7 lines
255 B
Plaintext

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