mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-15 23:54:07 +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