Update core/odin/ast/ast.odin

Co-authored-by: Laytan <laytanlaats@hotmail.com>
This commit is contained in:
gingerBill
2026-03-14 16:22:12 +00:00
committed by GitHub
parent 7b0121756c
commit 59bc428782

View File

@@ -787,7 +787,7 @@ Dynamic_Array_Type :: struct {
}
Fixed_Capacity_Dynamic_Array_Type :: struct {
using node: Expr,
using node: Expr,
tag: ^Expr, // possibly nil
open: tokenizer.Pos,
dynamic_pos: tokenizer.Pos,