Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
22c956b929bf98cd29cc57ddaecc593066bde86c
/
.
/
python
/
testData
/
resolve
/
GlobalDefinedLocally.py
blob: 03140e9d4cd10da72747cec4fcf534088bdbc5b5 [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame
]
1
def
f
():
2
global
xx
3
xx
=
1
4
5
f
()
6
7
print
(
x
<
ref
>
x
)
8