TypeScript/tests/cases/fourslash/completionListOnPrivateVariableInModule.ts

6 lines
175 B
TypeScript

/// <reference path='fourslash.ts'/>
//// module Foo { var testing = ""; test/**/ }
goTo.marker();
verify.completionListContains('testing', '(var) testing: string');