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