TypeScript/tests/baselines/reference/parserES5SymbolIndexer3.js
2015-02-06 21:32:05 -08:00

8 lines
117 B
TypeScript

//// [parserES5SymbolIndexer3.ts]
var x: {
[s: symbol]: string;
}
//// [parserES5SymbolIndexer3.js]
var x;