TypeScript/tests/cases/fourslash/quickInfoInInvalidIndexSignature.ts

7 lines
179 B
TypeScript
Raw Normal View History

2014-09-30 22:51:47 +02:00
/// <reference path="fourslash.ts" />
//// function method() { var /**/dictionary = <{ [index]: string; }>{}; }
goTo.marker();
verify.quickInfoIs('(local var) dictionary: {}');