TypeScript/tests/baselines/reference/parserES5SymbolIndexer3.js

8 lines
117 B
TypeScript
Raw Normal View History

2015-02-04 00:52:06 +01:00
//// [parserES5SymbolIndexer3.ts]
var x: {
[s: symbol]: string;
}
//// [parserES5SymbolIndexer3.js]
var x;