Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
resolve
/
LoopToUpperReassignment.py
blob: 4fde5c18ffec253ae145035493b1669a0f2b8c5f [
file
] [
log
] [
blame
]
def
f
():
while
True
:
foo
=
1
foo
=
2
# <ref>