blob: f0cc84b532c128de49bd9ade31b990ca08768564 [file] [log] [blame]
class B:
def foo(self):
pass
class C(B):
def foo<warning descr="Signature of method 'C.foo()' does not match signature of base method in class 'B'">(self, p1, **kwargs)</warning>: #fail
pass