Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
b557fdbb754e1d9f6b222ecb426785beb112db04
/
.
/
python
/
testData
/
mover
/
oneLineCompoundOutside_afterUp.py
blob: 21f27987a762c7eb2d28ee5c8f3ceb102aa5d0f6 [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame
]
1
if
condition
:
2
pass
3
elif
other_condition
:
4
if
T
<
caret
>
rue
:
a
=
1
# <- move statement up here
5
else
:
b
=
2
6
if
another_one
:
7
pass