mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-16 02:42:22 -07:00
Fix #1901
This commit is contained in:
+1
-1
@@ -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