mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-02 11:12:31 +00:00
Separate out logic for checking mixture of named and unnamed parameters
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user