mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
Fix Implicit Selector Expressions do not work at the global/package scope #484
This commit is contained in:
+1
-1
@@ -902,7 +902,7 @@ void check_global_variable_decl(CheckerContext *ctx, Entity *e, Ast *type_expr,
|
|||||||
}
|
}
|
||||||
|
|
||||||
Operand o = {};
|
Operand o = {};
|
||||||
check_expr(ctx, &o, init_expr);
|
check_expr_with_type_hint(ctx, &o, init_expr, e->type);
|
||||||
check_init_variable(ctx, e, &o, str_lit("variable declaration"));
|
check_init_variable(ctx, e, &o, str_lit("variable declaration"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user