Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
intentions
/
beforeSplitIf.py
blob: fc52062b94ffcd4d40662ac9addceb18e161a01f [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame^
]
1
def
foo
():
2
i
<
caret
>
f a
+
2
>
3
and
b
<
4
:
3
#comment
4
a
=
a
and
b
5
b
=
4
6
elif
a
>
20
:
7
pass
8
elif
b
>
20
:
9
b
=
a
+
2
10
foo
()
11
else
:
12
b
=
a
and
b
13
a
=
4