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

3 lines
39 B
TypeScript

class C {
private constructor() { }
}