mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-14 17:49:16 +00:00
fix: record resolved entity for proc-typed default values
This commit is contained in:
@@ -111,6 +111,7 @@ enum ParameterValueKind {
|
||||
struct ParameterValue {
|
||||
ParameterValueKind kind;
|
||||
Ast *original_ast_expr;
|
||||
Entity *proc_entity;
|
||||
union {
|
||||
ExactValue value;
|
||||
Ast *ast_value;
|
||||
|
||||
Reference in New Issue
Block a user