Add mutation from `a = *b` to `a = b`
Opened this issue · 1 comments
dgollahon commented
I thought we already did this but I discovered that was not quite the case yesterday (#59 (comment)).
dgollahon commented
note: We also want this to work for multi-assignment (a, = *b
-> a, = b
)