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
Hi! I think this is a duplicate of #4975 and is fixed by #8333 (already merged). It hasn't been released though, if you're feeling adventurous you could try reproducing this with the master branch.
I believe this is a bug. Reproduced with mypy 0.761 on Ubuntu 18.04.
In this code:
The
works
function works fine, but thebreaks
function breaks with the following error:I would expect the behaviour to be the same in both functions.
The text was updated successfully, but these errors were encountered: