mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-07 05:23:12 +00:00
@@ -1926,7 +1926,7 @@ void check_stmt_internal(CheckerContext *ctx, Ast *node, u32 flags) {
|
||||
return;
|
||||
}
|
||||
for_array(i, us->list) {
|
||||
Ast *expr = unparen_expr(us->list[0]);
|
||||
Ast *expr = unparen_expr(us->list[i]);
|
||||
Entity *e = nullptr;
|
||||
|
||||
bool is_selector = false;
|
||||
|
||||
Reference in New Issue
Block a user