DEBSOURCES
Skip Quicknav
sources / node-typescript / 3.3.3333-1 / tests / cases / compiler / noImplicitAnyStringIndexerOnObject.ts
1234
// @noimplicitany: true var x = {}["hello"]; var y: string = { '': 'foo' }[''];