TypeScript/tests/cases/fourslash/completionListAtEndOfWordInArrowFunction01.ts

6 lines
117 B
TypeScript
Raw Normal View History

2015-03-25 20:04:21 +01:00
/// <reference path='fourslash.ts' />
////xyz => x/*1*/
verify.completions({ marker: "1", includes: "xyz" });