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

7 lines
114 B
TypeScript

//// [parserES5SymbolIndexer1.ts]
interface I {
[s: symbol]: string;
}
//// [parserES5SymbolIndexer1.js]