Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
intentions
/
beforeSplitIf.py
blob: fc52062b94ffcd4d40662ac9addceb18e161a01f [
file
] [
log
] [
blame
]
def
foo
():
i
<
caret
>
f a
+
2
>
3
and
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