TypeScript/tests/baselines/reference/parserSymbolIndexer4.js

8 lines
111 B
TypeScript
Raw Normal View History

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