blob: d8cbff6450f7f37992ca36cc8492f18544fa3f0a [file] [log] [blame]
def f(a, b, c):
if b:
pass
elif a:
c = <selection>1
if b:
a = 3
else:
b<caret></selection> = 4
else:
pass