TypeScript/tests/cases/fourslash/completionListAtEndOfWordInArrowFunction01.ts

6 lines
117 B
TypeScript

/// <reference path='fourslash.ts' />
////xyz => x/*1*/
verify.completions({ marker: "1", includes: "xyz" });