TypeScript/tests/baselines/reference/noImplicitAnyStringIndexerOnObject.js

7 lines
139 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
//// [noImplicitAnyStringIndexerOnObject.ts]
var x = {}["hello"];
//// [noImplicitAnyStringIndexerOnObject.js]
var x = {}["hello"];