mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-06 04:57:55 +00:00
Fix nested type declarations name generation, to be internally consistent
This commit is contained in:
@@ -625,6 +625,7 @@ void check_proc_decl(CheckerContext *ctx, Entity *e, DeclInfo *d) {
|
||||
|
||||
check_open_scope(ctx, pl->type);
|
||||
defer (check_close_scope(ctx));
|
||||
ctx->scope->procedure_entity = e;
|
||||
|
||||
Type *decl_type = nullptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user