TypeScript/tests/cases/compiler/ParameterList13.ts
2014-07-12 17:30:19 -07:00

3 lines
37 B
TypeScript

interface I {
new (public x);
}