ForEach
loop variable is incorrectly defined in its parent scope
#69
Labels
bug
Something isn't working
ForEach
loop variable is incorrectly defined in its parent scope
#69
Repo
Expected behavior
The reference to
.Item
inPrint(.Item)
generates an error, since it should not be defined.Actual behavior
No error is generated and hovering over the
.Item
inPrint(.Item)
shows the value from the loop.The text was updated successfully, but these errors were encountered: