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

3 lines
39 B
TypeScript

class C {
declare constructor() { }
}