SQXW01 — Shadowed Let binding
Severity: warning — shown in the editor but never blocks saving.
What happened
Section titled “What happened”A Let binding shadows an outer binding of the same name — legal, but easy to misread.
How to fix it
Section titled “How to fix it”Rename the inner binding. The warning never blocks saving.