TypeScript/tests/cases/fourslash/memberListOfModuleAfterInvalidCharater.ts

10 lines
228 B
TypeScript

/// <reference path='fourslash.ts'/>
////module testModule {
//// export var foo = 1;
////}
////@
////testModule./**/
verify.completions({ marker: "", exact: { name: "foo", text: "var testModule.foo: number" } });