swc/crates/swc_ecma_parser/tests/tsc/parserParameterList13.ts

3 lines
35 B
TypeScript

interface I {
new (public x);
}