serum-errors/go-serum-analyzer

support for non-call destructuring assignments

Opened this issue · 0 comments

origin

We should make sure we have tests for non-call destructuring assignments. I.E. x, y := w, z
Currently this will probably panic. We should figure that out and make sure at the very least that it is handled as a nice error message instead of a panic.