Fixup negative allowance in calls

This commit is contained in:
Joshua Warner 2024-12-02 20:01:19 -08:00
parent 1be2075e7f
commit 78cda703d9
No known key found for this signature in database
GPG key ID: 89AD497003F93FDD
5 changed files with 12 additions and 8 deletions

View file

@ -0,0 +1 @@
Expr(Pattern(Start(@4), @4), @0)

View file

@ -0,0 +1 @@
M@S -S implements

View file

@ -220,6 +220,7 @@ mod test_snapshots {
fail/list_pattern_not_terminated.expr,
fail/list_pattern_weird_rest_pattern.expr,
fail/list_without_end.expr,
fail/m_at_s_minus_s_implements.expr,
fail/module_params_with_missing_arrow.header,
fail/module_with_unfinished_params.header,
fail/multi_no_end.expr,