TypeScript/tests/cases/fourslash/jsDocFunctionSignatures2.ts
Nathan Shively-Sanders b14d7c7ebb Add more jsdoc tests
2016-09-01 09:25:49 -07:00

13 lines
290 B
TypeScript

///<reference path="fourslash.ts" />
// @allowNonTsExtensions: true
// @Filename: Foo.js
//// /** @type {function(string, boolean=): number} */
//// var f6;
////
//// f6('', /**/false)
goTo.marker();
verify.currentSignatureHelpIs('f6(arg0: string, arg1?: boolean): number')