blob: c30178e4267e709432c625ce6ac4088fa91a6c09 [file] [log] [blame]
class A:
def f(self, a, b):
if a:
b = 1
a = 1
elif b:
pass
else:
print "a"