Fix pattern issues
Double whamy to fix 2 pattern matching issues
First, fixes a type inference bug where array patterns would not propagate their inferred types to all members leading to panic. Second, closes #349 (closed)
Author checklist
-
New Diagnostics have at least one snapshot test that triggers it -
Added a line to CHANGELOG.md, if relevant
Edited by Frans Skarman