mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-29 02:40:05 +00:00
union #no_nil
This commit is contained in:
@@ -480,6 +480,7 @@ AST_KIND(_TypeBegin, "", bool) \
|
||||
Array<Ast *> variants; \
|
||||
Ast *polymorphic_params; \
|
||||
Ast * align; \
|
||||
bool no_nil; \
|
||||
}) \
|
||||
AST_KIND(EnumType, "enum type", struct { \
|
||||
Token token; \
|
||||
|
||||
Reference in New Issue
Block a user