TypeScript/tests/cases/fourslash/refactorConvertParamsToDestructuredObject_varArrowFunction.ts

8 lines
214 B
TypeScript
Raw Normal View History

/// <reference path='fourslash.ts' />
////var foo = /*a*/(a: number, b: number)/*b*/ => {};
////foo(1, 2);
goTo.select("a", "b");
verify.not.refactorAvailable("Convert parameters to destructured object");