blob: 8294e759b8a7a0c3f48b82e070b5b07cb2fd70c3 [file] [log] [blame]
class C:
def foo(self):
y = 2
def foo(self):
x = 1
y = 2
def bar(self):
y = 2