TypeScript/tests/cases/fourslash/completionListAtEOF1.ts

7 lines
119 B
TypeScript

/// <reference path="fourslash.ts"/>
//// if(0 === ''.
goTo.eof();
verify.completions({ includes: "charAt" });