TypeScript/tests/cases/fourslash/completionListInMiddleOfIdentifierInArrowFunction01.ts
Daniel Rosenwasser 5f428fefb0 More tests.
2015-03-25 14:16:12 -07:00

6 lines
119 B
TypeScript

/// <reference path='fourslash.ts' />
////xyz => x/*1*/y
goTo.marker("1");
verify.completionListContains("xyz");