blob: 3f17b74d0fbb24ea6b5de4ec071678344113f291 [file] [log] [blame]
if condition:
pass
elif other_condition:
if another_one:
if T<caret>rue: a = 1 # <- move statement up here
else: b = 2