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

6 lines
68 B
TypeScript

function then(x) {
var match: { [index: number]: string; }
}