This commit is contained in:
gingerBill
2022-01-23 15:40:46 +00:00
parent 27dbe84f79
commit 56b4e0a3c3
5 changed files with 35 additions and 13 deletions

View File

@@ -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);
}
{