This commit is contained in:
gingerBill
2024-05-09 10:58:57 +01:00
parent 97e9c50d11
commit d85c8f0b2c
4 changed files with 17 additions and 0 deletions
+1
View File
@@ -2076,6 +2076,7 @@ gb_internal Type *check_get_params(CheckerContext *ctx, Scope *scope, Ast *_para
param = alloc_entity_param(scope, name->Ident.token, type, is_using, true);
param->Variable.param_value = param_value;
param->Variable.field_group_index = field_group_index;
param->Variable.type_expr = type_expr;
}
}
if (p->flags&FieldFlag_no_alias) {