TypeScript/tests/cases/fourslash/jsDocFunctionSignatures10.ts

16 lines
343 B
TypeScript

///<reference path="fourslash.ts" />
// @allowJs: true
// @Filename: Foo.js
/////**
//// * Do some foo things
//// * @template T A Foolish template
//// * @param {T} x a parameter
//// */
////function foo(x) {
////}
////
////fo/**/o()
goTo.marker();
verify.quickInfoIs("function foo<any>(x: any): void", "Do some foo things");