This commit is contained in:
gingerBill
2022-07-24 22:51:34 +01:00
parent 2bdbce55f9
commit 0ebe9ba487

View File

@@ -9302,7 +9302,7 @@ ExprKind check_expr_base_internal(CheckerContext *c, Operand *o, Ast *node, Type
check_unary_expr(c, o, ue->op, node);
}
o->expr = node;
return kind;
return Expr_Expr;
case_end;