TypeScript/tests/cases/fourslash/completionListInMiddleOfIdentifierInArrowFunction01.ts

6 lines
118 B
TypeScript

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