TypeScript/tests/baselines/reference/noImplicitAnyStringIndexerOnObject.js
2014-07-12 17:30:19 -07:00

7 lines
139 B
TypeScript

//// [noImplicitAnyStringIndexerOnObject.ts]
var x = {}["hello"];
//// [noImplicitAnyStringIndexerOnObject.js]
var x = {}["hello"];