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

8 lines
200 B
TypeScript

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