mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
some fix
This commit is contained in:
parent
3dafa7573c
commit
783547a481
@ -975,7 +975,8 @@ void Compiler::compile_stmt() {
|
||||
|
||||
void Compiler::consume_type_hints() {
|
||||
EXPR();
|
||||
ctx()->emit_expr(false);
|
||||
Expr* e = ctx()->s_expr.popx_back();
|
||||
delete_expr(e);
|
||||
}
|
||||
|
||||
void Compiler::_add_decorators(const Expr_vector& decorators) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user