TypeScript/tests/cases/fourslash/completionListOutsideOfClosedArrowFunction02.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
////(a, b) => { }/*1*/
goTo.marker("1");
verify.not.completionListContains("a");
verify.not.completionListContains("b");