mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-15 07:31:26 -07:00
distinct keyword for type declarations
This commit is contained in:
+1
-1
@@ -408,7 +408,7 @@ AST_NODE_KIND(_TypeBegin, "", struct {}) \
|
||||
Token token; \
|
||||
AstNode *type; \
|
||||
}) \
|
||||
AST_NODE_KIND(AliasType, "alias type", struct { \
|
||||
AST_NODE_KIND(DistinctType, "distinct type", struct { \
|
||||
Token token; \
|
||||
AstNode *type; \
|
||||
}) \
|
||||
|
||||
Reference in New Issue
Block a user