SQXW01 — Shadowed Let binding
Warning — 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.