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

3 lines
41 B
TypeScript

class C {
protected constructor() { }
}