TypeScript/tests/cases/fourslash/docCommentTemplateFunctionWithParameters_js.ts

13 lines
197 B
TypeScript

/// <reference path='fourslash.ts' />
// @Filename: /a.js
/////*0*/
////function f(a, ...b): boolean {}
verify.docCommentTemplateAt("0", 8,
`/**
*
* @param {any} a
* @param {...any} b
*/`);