Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
02cf98d65c798d368fcec43ed64a001d513bdd4f
/
.
/
python
/
testData
/
codeInsight
/
codefragment
/
expression.test
blob: 390a2a9a3d3f11d45bf291fb617038e00b436d8c [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame
]
1
def
f
():
2
a
=
12
3
if
some_cond
:
4
b
=
1
5
c
=
<begin>
foo
(
boo
(
a
)
+
123
*
b
)<
end
>
6
print
(
'hello'
)
7
8
<result>
9
In
:
10
a
11
b
12
Out
: