Skip to content
Snippets Groups Projects
Commit efc36f0c authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

test/class-super: Expose super() breakage.

parent d6e12723
No related branches found
No related tags found
No related merge requests found
class Base: class Base:
def __init__(self):
self.a = 1
def meth(self): def meth(self):
print("in Base meth") print("in Base meth", self.a)
class Sub(Base): class Sub(Base):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment