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

6 lines
118 B
TypeScript

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