TypeScript/tests/baselines/reference/parserES5SymbolIndexer1.js

7 lines
114 B
TypeScript
Raw Normal View History

2015-02-04 00:52:06 +01:00
//// [parserES5SymbolIndexer1.ts]
interface I {
[s: symbol]: string;
}
//// [parserES5SymbolIndexer1.js]