mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-05 20:44:40 +00:00
Fix #1901
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user