blob: 3f17b74d0fbb24ea6b5de4ec071678344113f291 [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
6 else: b = 2