Add attribute @(require) import "foo" to replace/supplement _ :: foo

This commit is contained in:
gingerBill
2023-08-22 12:05:25 +01:00
parent cd42d26eb3
commit 1cdb975c91
3 changed files with 28 additions and 5 deletions
+1
View File
@@ -617,6 +617,7 @@ AST_KIND(_DeclBegin, "", bool) \
Token relpath; \
String fullpath; \
Token import_name; \
Array<Ast *> attributes; \
CommentGroup *docs; \
CommentGroup *comment; \
}) \