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

8 lines
117 B
TypeScript

/// <reference path="fourslash.ts"/>
////var a = 0;
/////**/
goTo.marker();
verify.memberListContains("a");