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

4 lines
50 B
TypeScript
Raw Normal View History

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