mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-28 17:04:34 +00:00
Fix internal compiler error trigger for issue #212
This commit is contained in:
@@ -5544,6 +5544,10 @@ ExprKind check_expr_base_internal(Checker *c, Operand *o, AstNode *node, Type *t
|
||||
is_constant = false;
|
||||
}
|
||||
|
||||
if (bet == t_invalid) {
|
||||
break;
|
||||
}
|
||||
|
||||
for (; index < cl->elems.count; index++) {
|
||||
AstNode *e = cl->elems[index];
|
||||
if (e == nullptr) {
|
||||
|
||||
Reference in New Issue
Block a user