TypeScript/tests/cases/fourslash/getJavaScriptQuickInfo6.ts
2016-01-06 12:47:26 -08:00

9 lines
No EOL
214 B
TypeScript

/// <reference path='fourslash.ts'/>
// @allowNonTsExtensions: true
// @Filename: Foo.js
/////** @type {function(this:number)} */
////function f() { /**/this }
goTo.marker();
verify.quickInfoIs('number');