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
Currently only the blocks in if conditions are warned, however, if readability was a concern then those blocks after match keyword should be treated the same right?
Check the second example, which a block was used in a while condition, however, if we move the block up and bind it as suggested, the code will not work, as x does not changes anymore causing an infinite loop.