TypeScript/tests/cases/fourslash/jsDocFunctionSignatures13.ts
Nathan Shively-Sanders 2b8ccf40ae
jsdoc template tags might be unmatched (#32936)
* jsdoc template tags might be unmatched

* Update fourslash test
2019-08-16 13:39:57 -07:00

11 lines
192 B
TypeScript

///<reference path="fourslash.ts" />
//// /**
//// * @template {string} K/**/ a golden opportunity
//// */
//// function Multimap(iv) {
//// };
goTo.marker('');
verify.quickInfoIs("any");