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

4 lines
50 B
TypeScript
Raw Normal View History

//@target: ES6
var x: {
[s: symbol]: string;
}