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

11 lines
314 B
TypeScript

///<reference path="fourslash.ts" />
// @allowNonTsExtensions: true
// @Filename: Foo.js
/////**
//// * @type {function(this:number)}
//// */
////function f() { this./**/ }
goTo.marker();
verify.completionListContains("toExponential", /*displayText:*/ undefined, /*documentation*/ undefined, "method");