Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov committed Feb 7, 2025
1 parent 858d52d commit f436bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ function scoping(expr::Expr, scope)

# first transform the RHS (this can be anything) to check for shadowing of globals
for i in 2:length(expr.args)
expr.args[i] = scoping(expr.args[i], scope)
expr.args[i] = scoping(expr.args[i], scope)
end

# only then deal with the LHS (it is a symbol or a tuple of symbols)
Expand Down

0 comments on commit f436bce

Please sign in to comment.