TypeScript/tests/cases/fourslash/quickInfoJsDocTags.ts
2019-04-19 11:15:39 +02:00

18 lines
437 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
//// */
////function /**/foo(x) {}
verify.baselineQuickInfo();