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

4 lines
80 B
TypeScript

function method() {
var dictionary = <{ [index: string]: string; }>{};
}