Separate out logic for checking mixture of named and unnamed parameters

This commit is contained in:
gingerBill
2023-06-14 14:56:33 +01:00
parent feacc5cd11
commit c66ac9725e
2 changed files with 38 additions and 31 deletions

View File

@@ -2777,8 +2777,6 @@ gb_internal Ast *parse_call_expr(AstFile *f, Ast *operand) {
Ast *value = parse_value(f);
arg = ast_field_value(f, arg, value, eq);
}
array_add(&args, arg);