blob: 21f27987a762c7eb2d28ee5c8f3ceb102aa5d0f6 [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001if condition:
2 pass
3elif other_condition:
4 if T<caret>rue: a = 1 # <- move statement up here
5 else: b = 2
6 if another_one:
7 pass