mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-24 16:37:54 +00:00
Add attribute @(require) import "foo" to replace/supplement _ :: foo
This commit is contained in:
@@ -617,6 +617,7 @@ AST_KIND(_DeclBegin, "", bool) \
|
||||
Token relpath; \
|
||||
String fullpath; \
|
||||
Token import_name; \
|
||||
Array<Ast *> attributes; \
|
||||
CommentGroup *docs; \
|
||||
CommentGroup *comment; \
|
||||
}) \
|
||||
|
||||
Reference in New Issue
Block a user