dgollahon/mutest

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

Opened this issue · 1 comments

I thought we already did this but I discovered that was not quite the case yesterday (#59 (comment)).

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