mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-13 23:03:16 +00:00
Fix polymorphic record parameter determination bug caused by polymorphic constants not being handled correctly #447
This commit is contained in:
@@ -6344,8 +6344,6 @@ CallArgumentError check_polymorphic_record_type(CheckerContext *c, Operand *oper
|
||||
return err;
|
||||
}
|
||||
|
||||
|
||||
|
||||
String generated_name = make_string_c(expr_to_string(call));
|
||||
|
||||
CheckerContext ctx = *c;
|
||||
|
||||
Reference in New Issue
Block a user