TypeScript/tests/cases/fourslash/completionListOutsideOfClosedArrowFunction02.ts

7 lines
145 B
TypeScript

/// <reference path='fourslash.ts' />
////// no a or b
////(a, b) => { }/*1*/
verify.completions({ marker: "1", excludes: ["a", "b"] });