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

10 lines
264 B
TypeScript

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