TypeScript/tests/cases/fourslash/completionListOutsideOfClosedFunctionDeclaration01.ts

7 lines
152 B
TypeScript

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