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

6 lines
209 B
Plaintext

==== tests/cases/compiler/ParameterList13.ts (1 errors) ====
interface I {
new (public x);
~~~~~~~~
!!! A parameter property is only allowed in a constructor implementation.
}