mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-01 10:52:19 +00:00
add_deps_from_child_to_parent always
This commit is contained in:
@@ -1608,10 +1608,7 @@ gb_internal bool check_proc_body(CheckerContext *ctx_, Token token, DeclInfo *de
|
||||
|
||||
check_scope_usage(ctx->checker, ctx->scope);
|
||||
|
||||
if (decl->entity == nullptr) {
|
||||
// Only care about nested procedure literals
|
||||
add_deps_from_child_to_parent(decl);
|
||||
}
|
||||
add_deps_from_child_to_parent(decl);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user