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

8 lines
191 B
TypeScript

/// <reference path='fourslash.ts' />
////// no a or b
/////*1*/function f (a, b) {}
goTo.marker("1");
verify.not.completionListContains("a");
verify.not.completionListContains("b");