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

3 lines
38 B
TypeScript

class C {
protected static m() { }
}