Skip to content

Commit f078ef4

Browse files
committed
Support continue after rebase
1 parent 8319d82 commit f078ef4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ndc_lib/src/interpreter/resolve.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ pub fn resolve_pass(
2222
| Expression::Float64Literal(_)
2323
| Expression::BigIntLiteral(_)
2424
| Expression::ComplexLiteral(_)
25+
| Expression::Continue
2526
| Expression::Break => { /* nothing to do here */ }
2627
Expression::Identifier {
2728
name: ident,

0 commit comments

Comments
 (0)