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