TypeScript/tests/cases/fourslash/completionListInUnclosedCommaExpression02.ts

7 lines
193 B
TypeScript

/// <reference path='fourslash.ts' />
////// should NOT see a and b
////foo((a, b) => (a,/*1*/
verify.completions({ marker: "1", includes: ["a", "b"], isNewIdentifierLocation: true });