mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-14 15:11:25 -07:00
static variable declarations (Experimental)
This commit is contained in:
@@ -374,6 +374,7 @@ AST_KIND(_DeclBegin, "", bool) \
|
||||
Array<Ast *> attributes; \
|
||||
CommentGroup *docs; \
|
||||
CommentGroup *comment; \
|
||||
bool is_static; \
|
||||
bool is_using; \
|
||||
bool is_mutable; \
|
||||
}) \
|
||||
|
||||
Reference in New Issue
Block a user