missed another hoist over
This commit is contained in:
@@ -956,7 +956,7 @@ impl<'a> CodeGenerator<'a> {
|
||||
} else if !props.remove_unused {
|
||||
AirTree::let_assignment(name, value, then)
|
||||
} else {
|
||||
AirTree::no_op()
|
||||
AirTree::no_op().hoist_over(then)
|
||||
}
|
||||
}
|
||||
Pattern::List { elements, tail, .. } => {
|
||||
|
||||
Reference in New Issue
Block a user