mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-22 05:34:59 -07:00
Do using Foo :: enum at the type_decl stage
This commit is contained in:
+3
-3
@@ -435,9 +435,9 @@ AST_KIND(_TypeBegin, "", bool) \
|
||||
Ast *type; \
|
||||
}) \
|
||||
AST_KIND(PolyType, "polymorphic type", struct { \
|
||||
Token token; \
|
||||
Ast *type; \
|
||||
Ast *specialization; \
|
||||
Token token; \
|
||||
Ast * type; \
|
||||
Ast * specialization; \
|
||||
}) \
|
||||
AST_KIND(ProcType, "procedure type", struct { \
|
||||
Token token; \
|
||||
|
||||
Reference in New Issue
Block a user