TypeScript/tests/cases/fourslash/quickInfoInInvalidIndexSignature.ts
2014-09-30 17:10:27 -07:00

7 lines
179 B
TypeScript

/// <reference path="fourslash.ts" />
//// function method() { var /**/dictionary = <{ [index]: string; }>{}; }
goTo.marker();
verify.quickInfoIs('(local var) dictionary: {}');