mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
can for normal (no-list) as
This commit is contained in:
parent
06cfdd71cc
commit
905341d849
9 changed files with 98 additions and 19 deletions
|
@ -929,6 +929,14 @@ fn fix_values_captured_in_closure_pattern(
|
|||
);
|
||||
}
|
||||
}
|
||||
As(subpattern, _) => {
|
||||
fix_values_captured_in_closure_pattern(
|
||||
&mut subpattern.value,
|
||||
no_capture_symbols,
|
||||
closure_captures,
|
||||
);
|
||||
}
|
||||
|
||||
Identifier(_)
|
||||
| NumLiteral(..)
|
||||
| IntLiteral(..)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue