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 looks like a duplicate of #24. The issue is that we only check the first statement in the block in addition to the line above. It's only mentioned for range in the docs but is true for every block.
The linked ticket suggest to allow for anywhere in the block. I'm currently working on a rewrite and just implemented this but I don't know when that will be released.
This works correctly, and does not interfere with the following code
but it complains when I do something before the assignment
I get:
I'm not happy with this, I don't want to separate this assignment from the for loop
The text was updated successfully, but these errors were encountered: