Overloaded functions cause reportIncompatibleMethodOverride
during multiple inheritance
#9625
Labels
bug
Something isn't working
Describe the bug
During multiple inheritance if both base classes implement the same method with the same override signatures, it will still throw a
reportIncompatibleMethodOverride
error on the child class.mypy
does not throw an error for the same code.pyright playground
mypy playground
Code
VS Code extension or command-line
Running pyright CLI version 1.1.391
The text was updated successfully, but these errors were encountered: