|
@@ -767,7 +767,9 @@ bool is_polymorphic_type_assignable(Checker *c, Type *poly, Type *source, bool c
|
|
if (check_type_specialization_to(c, poly, source, compound, modify_type)) {
|
|
if (check_type_specialization_to(c, poly, source, compound, modify_type)) {
|
|
return check_is_assignable_to(c, &o, poly);
|
|
return check_is_assignable_to(c, &o, poly);
|