TypeScript/tests/cases/fourslash/completionListInFatArrow.ts

11 lines
217 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <reference path='fourslash.ts' />
////var items = [0, 1, 2];
////items.forEach((n) => {
//// /**/
//// var q = n;
////});
goTo.marker();
edit.insert('it');
verify.completionListContains('items');