mutest icon indicating copy to clipboard operation
mutest copied to clipboard

Add mutation from `foo[bar] || baz` to `foo.fetch(bar) { baz }`, `foo.fetch(bar, baz)`

Open dgollahon opened this issue 7 years ago • 0 comments

Reference implementation I need to port over: https://github.com/mbj/mutant/pull/655

(I think we should emit both fetch style mutations though so we present both options without enforcing one over the other though)

dgollahon avatar Mar 19 '17 20:03 dgollahon