Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
mover
/
oneLineCompoundOutside_afterDown.py
blob: 379fc369a268ee5acdb9d710683b5e04579b2d74 [
file
] [
log
] [
blame
]
if
condition
:
pass
elif
other_condition
:
if
another_one
:
pass
if
True
:
a
=
1
# <- move statement up here
else
:
b
=
2