blob: d8cbff6450f7f37992ca36cc8492f18544fa3f0a [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001def f(a, b, c):
2 if b:
3 pass
4 elif a:
5 c = <selection>1
6 if b:
7 a = 3
8 else:
9 b<caret></selection> = 4
10 else:
11 pass