mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-01 05:24:15 +00:00
Fixup negative allowance in calls
This commit is contained in:
parent
1be2075e7f
commit
78cda703d9
5 changed files with 12 additions and 8 deletions
|
|
@ -0,0 +1 @@
|
|||
M @S -S implements
|
||||
|
|
@ -0,0 +1 @@
|
|||
Expr(Pattern(Start(@4), @4), @0)
|
||||
|
|
@ -0,0 +1 @@
|
|||
M@S -S implements
|
||||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue