TypeScript/tests/cases/compiler/noImplicitAnyStringIndexerOnObject.ts
2014-07-12 17:30:19 -07:00

3 lines
No EOL
47 B
TypeScript

// @noimplicitany: true
var x = {}["hello"];