Problem inheriting attribute from a generic and non-generic base class #2875
Labels
bug
mypy got something wrong
false-positive
mypy gave an error on correct code
priority-1-normal
topic-inheritance
Inheritance and incompatible overrides
Gives me an error:
11: error: Definition of "v" in base class "Node" is incompatible with definition in base class "IntegerNode@11"
The text was updated successfully, but these errors were encountered: