TypeScript/tests/cases/fourslash/completionListAtBeginningOfIdentifierInArrowFunction01.ts

6 lines
117 B
TypeScript

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