TypeScript/tests/cases/fourslash/quickInfoInInvalidIndexSignature.ts

6 lines
173 B
TypeScript
Raw Normal View History

2015-03-02 23:41:44 +01:00
/// <reference path="fourslash.ts" />
//// function method() { var /**/dictionary = <{ [index]: string; }>{}; }
2016-09-09 18:02:55 +02:00
verify.quickInfoAt("", "(local var) dictionary: {}");