TypeScript/tests/cases/fourslash/quickInfoJSDocFunctionNew.ts
2017-07-13 14:49:50 -07:00

9 lines
224 B
TypeScript

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