(🐞) (*args: Any)
acts inconsistently to how (*args: Any, **kwargs: Any)
behaves
#16578
Labels
bug
mypy got something wrong
(*args: Any)
acts inconsistently to how(*args: Any, **kwargs: Any)
behaves:Given that the rest of the arguments after
x
inDerived.f1
are positional, I would expect this to be a compatible subtype.(x: int)
considered a valid subtype of(*args: Any)
#16569The text was updated successfully, but these errors were encountered: