/// // @allowJs: true // @Filename: Foo.js /////** @type {function (this: string, string): string} */ ////var f = function (s) { return this/**/; } goTo.marker(); verify.completionListCount(116); verify.completionListContains('this');