TypeScript/tests/cases/fourslash/memberCompletionFromFunctionCall.ts

12 lines
289 B
TypeScript

/// <reference path="fourslash.ts" />
////declare interface ifoo {
//// text: (value: any) => ifoo;
////}
////declare var foo: ifoo;
////foo.text(function() { })/**/
goTo.marker();
edit.insert(".");
verify.not.completionListIsEmpty();
verify.completionListContains("text");