mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-04 20:17:48 +00:00
Fix #1267
This commit is contained in:
@@ -6085,7 +6085,8 @@ CallArgumentError check_polymorphic_record_type(CheckerContext *c, Operand *oper
|
||||
}
|
||||
|
||||
// NOTE(bill): Add type info the parameters
|
||||
add_type_info_type(c, o->type);
|
||||
// TODO(bill, 2022-01-23): why was this line added in the first place? I'm commenting it out for the time being
|
||||
// add_type_info_type(c, o->type);
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user