mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-13 06:41:26 -07:00
Fix slice and dynamic array lengths determined from ranged compound literals
This commit is contained in:
+1
-1
@@ -250,7 +250,7 @@ enum StmtAllowFlag {
|
||||
Ast *type; \
|
||||
Array<Ast *> elems; \
|
||||
Token open, close; \
|
||||
i64 max_index; \
|
||||
i64 max_count; \
|
||||
}) \
|
||||
AST_KIND(_ExprBegin, "", bool) \
|
||||
AST_KIND(BadExpr, "bad expression", struct { Token begin, end; }) \
|
||||
|
||||
Reference in New Issue
Block a user