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
schuelermine
changed the title
Exhaustiveness check on match fails if checked expression is function call
Exhaustiveness check on match fails if subject is function call
Sep 13, 2023
Uh oh!
There was an error while loading. Please reload this page.
Bug Report
Exhaustiveness check on match fails if checked expression is function call
To Reproduce
https://mypy-play.net/?mypy=latest&python=3.11&gist=e12e8ee00b037639ff0887ef65d01d11
is rejected, but
https://mypy-play.net/?mypy=latest&python=3.11&gist=22dc06422f5873e2193134da6fa574a1
is accepted
This also happens with enums
Expected Behavior
Both programs should be accepted
Actual Behavior
Your Environment
mypy.ini
(and other config files): noneThe text was updated successfully, but these errors were encountered: