You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This playpen has an outer loop called 'outer with two inner loops, one after the other, both called 'inner. The warning says the name 'inner is shadowed, but it seems like it really isn't, since you can't refer to a loop's label after the end of the loop.