TypeScript/tests/cases/fourslash/completionListAndMemberListOnCommentedDot.ts
2015-03-02 14:41:44 -08:00

18 lines
No EOL
335 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();