TypeScript/tests/cases/fourslash/completionListInUnclosedCommaExpression02.ts
Daniel Rosenwasser e49fc058b0 Added tests.
2015-03-17 13:33:01 -07:00

8 lines
193 B
TypeScript

/// <reference path='fourslash.ts' />
////// should NOT see a and b
////foo((a, b) => (a,/*1*/
goTo.marker("1");
verify.completionListContains("a");
verify.completionListContains("b");