blob: 56e31b8e9a2cfcb9ebc134296f153e89c4085bdc [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001if condition:
2 pass
3elif other_condition:
4 if another_one:
5 if T<caret>rue: a = 1 # <- move statement up here
Tor Norbye814f8292014-03-06 17:27:18 -08006 else: b = 2