TypeScript/tests/cases/fourslash/completionInJSDocFunctionNew.ts
Nathan Shively-Sanders da5285e979 Update baselines
2017-07-14 09:34:35 -07:00

11 lines
266 B
TypeScript

///<reference path="fourslash.ts" />
// @allowJs: true
// @Filename: Foo.js
/////** @type {function (new: string, string): string} */
////var f = function () { return new/**/; }
goTo.marker();
verify.completionListCount(115);
verify.completionListContains('new');