mutest icon indicating copy to clipboard operation
mutest copied to clipboard

Add mutation from `a = *b` to `a = b`

Open dgollahon opened this issue 9 years ago • 1 comments

I thought we already did this but I discovered that was not quite the case yesterday (https://github.com/backus/mutest/pull/59#discussion_r106802488).

dgollahon avatar Mar 19 '17 20:03 dgollahon

note: We also want this to work for multi-assignment (a, = *b -> a, = b)

dgollahon avatar Mar 19 '17 20:03 dgollahon