TypeScript/tests/cases/fourslash/jsDocFunctionSignatures11.ts

10 lines
273 B
TypeScript
Raw Normal View History

2016-09-01 18:25:49 +02:00
///<reference path="fourslash.ts" />
// @allowJs: true
// @Filename: Foo.js
/////**
//// * @type {{ [name: string]: string; }} variables
//// */
////const vari/**/ables = {};
goTo.marker();
verify.quickInfoIs("const variables: {\n [name: string]: string;\n}");