TypeScript/tests/cases/fourslash/quickInfoInInvalidIndexSignature.ts
2015-03-02 14:41:44 -08:00

6 lines
185 B
TypeScript

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