TypeScript/tests/cases/fourslash/completionListAndMemberListOnCommentedWhiteSpace.ts
2014-07-29 12:17:44 -07:00

18 lines
319 B
TypeScript

/// <reference path='fourslash.ts' />
////module M {
//// export class C { public pub = 0; private priv = 1; }
//// export var V = 0;
////}
////
////
////var c = new M.C();
////
////c. // test on c.
////
//////Test for comment
//////c. /**/
goTo.marker();
verify.completionListIsEmpty();
verify.memberListIsEmpty();