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

8 lines
184 B
TypeScript

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