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

4 lines
58 B
TypeScript
Raw Normal View History

//@target: ES6
class C {
static [s: symbol]: string;
}