mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-15 02:12:22 -07:00
Fix polymorphic element types usage; Empty union as opaque type
This commit is contained in:
@@ -98,6 +98,7 @@ struct Entity {
|
||||
} Variable;
|
||||
struct {
|
||||
bool is_type_alias;
|
||||
Type *type_parameter_specialization;
|
||||
} TypeName;
|
||||
struct {
|
||||
OverloadKind overload_kind;
|
||||
|
||||
Reference in New Issue
Block a user