Closed
Description
The PR #305 trying to document the hoisting decision introduced the wording that has effect on the shadowing resolution.
To resolve the value of a Variable, its Name is used to identify either a local variable, or a variable defined elsewhere.
If a local variable and an externally defined one use the same name, the local variable takes precedence.
That was not part of a discussion, and the decision is debatable.