mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-10 15:03:22 +00:00
Fix SelectorCallExpr with no return values
This commit is contained in:
@@ -9210,7 +9210,9 @@ ExprKind check_expr_base_internal(CheckerContext *c, Operand *o, Ast *node, Type
|
||||
ce->args = modified_args;
|
||||
se->modified_call = true;
|
||||
|
||||
check_expr_with_type_hint(c, o, se->call, type_hint);
|
||||
check_expr_base(c, o, se->call, type_hint);
|
||||
o->expr = node;
|
||||
return Expr_Expr;
|
||||
case_end;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user