TypeScript/tests/cases/fourslash/completionListInEmptyFile.ts

8 lines
121 B
TypeScript

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