Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
AddGlobalStatement_after.py
blob: 1bad3abd4da4dbd04c3476984531362c9e868481 [
file
] [
log
] [
blame
]
a
=
1
def
foo
():
global
a
print
a
a
=
2
print
a
foo
()