Anonymous procedure literal support

This commit is contained in:
gingerBill
2020-02-08 12:49:38 +00:00
parent 66da96284a
commit 35711a400c
5 changed files with 268 additions and 36 deletions
+1
View File
@@ -7643,6 +7643,7 @@ ExprKind check_expr_base_internal(CheckerContext *c, Operand *o, Ast *node, Type
return kind;
}
pl->decl = decl;
check_procedure_later(ctx.checker, ctx.file, empty_token, decl, type, pl->body, pl->tags);
}
check_close_scope(&ctx);