Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
2e5965e996aad62ab1338b09d54caaf99ff3dd6a
/
.
/
python
/
testData
/
codeInsight
/
codefragment
/
variables.test
blob: 04230d26f3bc0d0965641ca21ca07a98c9b15212 [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame
]
1
def
f
():
2
aaa
=
12
3
<begin>
4
bbb
=
aaa
5
aaa
=
bbb
+
123
6
<end>
7
bbb
8
aaa
9
<result>
10
In
:
11
aaa
12
Out
:
13
aaa
14
bbb