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

4 lines
51 B
TypeScript
Raw Normal View History

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