TypeScript/tests/cases/fourslash/memberListOfModule.ts

17 lines
242 B
TypeScript
Raw Normal View History

2015-03-02 23:41:44 +01:00
/// <reference path='fourslash.ts' />
////module Foo {
//// export class Bar {
////
//// }
////
////
//// export module Blah {
////
//// }
////}
////
////var x: Foo./**/
verify.completions({ marker: "", exact: "Bar" });