mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00: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);
|
check_unary_expr(c, o, ue->op, node);
|
||||||
}
|
}
|
||||||
o->expr = node;
|
o->expr = node;
|
||||||
return kind;
|
return Expr_Expr;
|
||||||
case_end;
|
case_end;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user