Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
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