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
I've been trying to create a Generic function with a match statement, as seen below, but I am getting errors about expected_result_type not being a type, although from the typing, it most certainly is.
Bug Report
Hello,
I've been trying to create a Generic function with a match statement, as seen below, but I am getting errors about
expected_result_type
not being a type, although from the typing, it most certainly is.This might be related to #18432
To Reproduce
Expected Behavior
No errors
Actual Behavior
Your Environment
mypy.ini
(and other config files): NoneThe text was updated successfully, but these errors were encountered: