TypeScript/tests/cases/fourslash/refactorAddOrRemoveBracesToArrowFunction8.ts

10 lines
225 B
TypeScript
Raw Normal View History

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