Describe the Bug
class A:
def f(self, i: int):
...
class B(A):
def f(self, i):
reveal_type(i) # Unknown, expect int
here the unannotated i can be inferred from the super type as int
Sandbox Link
No response
(Only applicable for extension issues) IDE Information
No response