Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
intentions
/
afterSplitIf.py
blob: 4f82b8511f297be7f20c40caaf8a97ea5b089fee [
file
] [
log
] [
blame
]
def
foo
():
if
a
+
2
>
3
:
if
b
<
4
:
#comment
a
=
a
and
b
b
=
4
elif
a
>
20
:
pass
elif
b
>
20
:
b
=
a
+
2
foo
()
else
:
b
=
a
and
b
a
=
4
elif
a
>
20
:
pass
elif
b
>
20
:
b
=
a
+
2
foo
()
else
:
b
=
a
and
b
a
=
4