Constrained TypeVar
default causes false positive error if the default is a TypedDict
type
#17686
Labels
bug
mypy got something wrong
Bug Report, To Reproduce, & Expected Behaviour
An error occurs when defining a constrained type variable where the default is a
TypedDict
type. See mypy Playground:Expected Behavior
No errors
Your Environment
mypy.ini
(and other config files): NoneThe text was updated successfully, but these errors were encountered: