mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-30 12:51:10 +00:00
Add Expr::Dummy
This commit is contained in:
parent
3841b9f676
commit
e1c8bb415b
9 changed files with 34 additions and 9 deletions
|
@ -2495,6 +2495,7 @@ impl PyCodeGenerator {
|
|||
self.emit_expr(*tasc.expr);
|
||||
}
|
||||
Expr::Import(acc) => self.emit_import(acc),
|
||||
Expr::Dummy(_) => {}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue