mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-14 00:14:27 +00: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