mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-22 23:47:51 +00:00
Fix package usage with when on import #278
This commit is contained in:
+4
-2
@@ -122,8 +122,10 @@ struct AstPackage {
|
||||
String fullpath;
|
||||
Array<AstFile *> files;
|
||||
|
||||
Scope * scope; // NOTE(bill): Created in checker
|
||||
DeclInfo *decl_info; // NOTE(bill): Created in checker
|
||||
// NOTE(bill): Created/set in checker
|
||||
Scope * scope;
|
||||
DeclInfo *decl_info;
|
||||
bool used;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user