fix: allow lexical import shadowing

This commit is contained in:
2026-08-22 17:53:31 +09:00
parent 89f519d5cb
commit 6279d46652
19 changed files with 1420 additions and 270 deletions

View File

@@ -1,6 +1,6 @@
// paramshadowmod/shadowmod — a tiny module the negative/positive
// fixtures import as `use shadowmod;`. Carries one fn so the leaf
// resolves through the module dot path when name resolution succeeds.
// paramshadowmod/shadowmod — the sibling package used by the lexical
// import-shadowing fixtures. The exported function makes each pre-binding
// qualifier occurrence observable at runtime.
package shadowmod;