TypeScript/tests/cases/fourslash/completionListAndMemberListOnCommentedDot.ts
2017-08-17 20:06:34 -07:00

17 lines
306 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();