mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-14 02:25:49 +00:00
Update core/odin/ast/ast.odin
Co-authored-by: Laytan <laytanlaats@hotmail.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user