serum-errors / go-serum-analyzer

Other
7 stars 2 forks source link

support for non-call destructuring assignments #8

Open TripleDogDare opened 1 year ago

TripleDogDare commented 1 year ago

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.