mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-14 23:33:15 +00:00
Start work on parapoly args for new and improved
This commit is contained in:
@@ -3250,7 +3250,7 @@ gb_internal lbValue lb_build_call_expr_internal_with_arg_split_args(lbProcedure
|
||||
args[i] = lb_handle_param_value(p, e->type, e->Variable.param_value, pos);
|
||||
break;
|
||||
case Entity_Constant:
|
||||
GB_PANIC("TODO constant parameter");
|
||||
args[i] = lb_handle_param_value(p, e->type, e->Constant.param_value, pos);
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user