Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyGlobalUndefinedInspection
/
trueNegative.py
blob: 928d6c65d41b097f594c0ca2be5663515b42df7c [
file
] [
log
] [
blame
]
__author__
=
'ktisha'
bar
=
1
def
foo
():
global
bar
print
bar
foo
()