Merge pull request #5757 from Creativty/fix_out_of_place_default_params_exclusion

Fix #5734, Default params exclusion counting in proc groups issue
This commit is contained in:
gingerBill
2025-10-07 15:34:02 +01:00
committed by GitHub

View File

@@ -6211,7 +6211,6 @@ gb_internal isize get_procedure_param_count_excluding_defaults(Type *pt, isize *
continue;
}
}
break;
}
}