Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
intentions
/
beforeJoinIf.py
blob: aa9898d1b04d8e0eb2de5d7de7bf5f22ce71d6d1 [
file
] [
log
] [
blame
]
def
foo
():
if
<
caret
>
a
+
2
>
3
:
if
b
<
4
:
a
=
a
and
b
b
=
4