Files
Mikhail Golubevandintellij-monorepo-bot de08c2a947 Fix Python tests after the proofreading
GitOrigin-RevId: 2f6eb873d6321ef00d293377ec2c97195f72da21
2020-11-30 22:17:55 +00:00

9 lines
235 B
Python

class B:
def foo(self, arg1, arg2=None):
pass
class C(B):
def foo<warning descr="Signature of method 'C.foo()' does not match signature of the base method in class 'B'">(self, arg1=None)</warning>: #fail
pass