Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
resolve
/
AugmentedAssignment.py
blob: 5beb7e1ff17d565d3607eb20ce30a8dfef7a7f70 [
file
] [
log
] [
blame
]
foo
=
1
while
True
:
foo
+=
2
# <ref>
print
(
foo
)