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

3 lines
37 B
TypeScript

class C {
public constructor() { }
}