Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
intentions
/
beforeJoinIfElse.py
blob: 7aa6d903d0927174e0c6f952e548664ff8a1932a [
file
] [
log
] [
blame
]
def
foo
():
if
<
caret
>
a
+
2
>
3
:
if
b
<
4
:
a
=
a
and
b
b
=
4
else
:
# this prevents ifs from joining
print
a