TypeScript/tests/cases/fourslash/quickInfoJsDocTags.ts
Nathan Shively-Sanders 156cb4c1f9
Fix see tag quickinfo (#40458)
* Add test

* Treat see tags same as param tags
2020-09-10 08:28:38 -07:00

19 lines
467 B
TypeScript

/// <reference path='fourslash.ts'/>
// @Filename: quickInfoJsDocTags.ts
/////**
//// * Doc
//// * @author Me <me@domain.tld>
//// * @augments {C<T>} Augments it
//// * @template T A template
//// * @type {number | string} A type
//// * @typedef {number | string} NumOrStr
//// * @property {number} x The prop
//// * @param {number} x The param
//// * @returns The result
//// * @see x (the parameter)
//// */
////function /**/foo(x) {}
verify.baselineQuickInfo();