mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-03 17:24:39 +00:00
Cleanup ivar generation for selector expressions.
Cleanup ObjC superclass resolution.
This commit is contained in:
@@ -575,7 +575,7 @@ gb_internal void check_type_decl(CheckerContext *ctx, Entity *e, Ast *init_expr,
|
||||
break;
|
||||
}
|
||||
|
||||
super = super->Named.type_name->TypeName.objc_superclass;
|
||||
super = named_type->Named.type_name->TypeName.objc_superclass;
|
||||
}
|
||||
} else {
|
||||
if (ac.objc_superclass != nullptr) {
|
||||
|
||||
Reference in New Issue
Block a user