mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
add test
This commit is contained in:
parent
2dab9c81d1
commit
95fbc15373
3 changed files with 17 additions and 2 deletions
|
@ -406,7 +406,6 @@ fn fix_values_captured_in_closure_expr(
|
|||
}
|
||||
|
||||
Expect(condition, loc_expr) => {
|
||||
// LetNonRec(Box<Def>, Box<Located<Expr>>, Variable, Aliases),
|
||||
fix_values_captured_in_closure_expr(&mut condition.value, no_capture_symbols);
|
||||
fix_values_captured_in_closure_expr(&mut loc_expr.value, no_capture_symbols);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue