Skip to content

Commit

Permalink
Do not look for package previous parts in envs of inherited primitives.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roldak committed Jul 22, 2024
1 parent 82dbec2 commit 12d6f31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ada/nodes.lkt
Original file line number Diff line number Diff line change
Expand Up @@ -7795,7 +7795,9 @@ class Body: BasicDecl {
) else {
bind origin = node.origin_node();

self.defining_name().all_env_els_impl()
self.defining_name().all_env_els_impl(
categories=RefCategories(inherited_primitives=false, _=true)
)
}
).map(
(e) => match e {
Expand Down

0 comments on commit 12d6f31

Please sign in to comment.