Commits
Click on a commit to change the comparison range[syntax-errors] Multiple assignments in `case` pattern
Summary
--
This PR detects multiple assignments to the same name in `case` patterns by
recursively visiting each pattern.
Test Plan
--
New inline tests. add Name to error message push -> insert and move after visit_pattern pass StmtMatch to multiple_case_assignment too