TypeScript/tests/cases/fourslash/refactorAddOrRemoveBracesToArrowFunction8.ts
2018-05-23 10:19:08 +08:00

10 lines
225 B
TypeScript

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