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

3 lines
42 B
TypeScript
Raw Normal View History

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