TypeScript/tests/cases/fourslash/completionListOnPrivateVariableInModule.ts

6 lines
195 B
TypeScript

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