TypeScript/tests/cases/fourslash/refactorAddOrRemoveBracesToArrowFunction7.ts
2018-05-23 10:22:17 +08:00

7 lines
176 B
TypeScript

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