Files
openide/python/testData/completion/superMethodAnnotationsNotCopiedFromPyiStub/a.after.py
T
2023-08-09 20:53:35 +00:00

7 lines
102 B
Python

class Super:
def method(self, x):
pass
class Sub(Super):
def method(self, x):<caret>