TypeScript/tests/cases/fourslash/refactorAddOrRemoveBracesToArrowFunction7.ts

7 lines
176 B
TypeScript
Raw Normal View History

2018-04-25 12:25:47 +02:00
/// <reference path='fourslash.ts' />
//// const foo = /*a*/a/*b*/ => { };
goTo.select("a", "b");
verify.not.refactorAvailable("Add or remove braces in an arrow function");