@overload
breaks with named tuple and some overloaded functions
#10470
Labels
@overload
breaks with named tuple and some overloaded functions
#10470
Bug Report
Mypy incorrectly reports
Any
as the resolved type (quite possibly due this python/typing#253 (comment) )To Reproduce
Expected Behavior
All revealed types are printed as non
Any
Actual Behavior
Your Environment
mypy --version: mypy 0.812 (default config)
python --version: Python 3.8.9
The text was updated successfully, but these errors were encountered: