swc/crates/swc_ecma_parser/tests/tsc/parserIndexMemberDeclaration6.ts
2022-02-04 17:08:38 +09:00

3 lines
42 B
TypeScript

class C {
static [x: string]: string;
}