TypeScript/tests/baselines/reference/parserSymbolIndexer1.js

7 lines
108 B
TypeScript
Raw Normal View History

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