TypeScript/tests/cases/fourslash/quickInfoInInvalidIndexSignature.ts
2016-09-13 11:49:01 -07:00

6 lines
173 B
TypeScript

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