TypeScript/tests/cases/fourslash/jsDocFunctionSignatures11.ts
Nathan Shively-Sanders b14d7c7ebb Add more jsdoc tests
2016-09-01 09:25:49 -07:00

10 lines
273 B
TypeScript

///<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}");