Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
22c956b929bf98cd29cc57ddaecc593066bde86c
/
.
/
python
/
testData
/
resolve
/
LoopToUpperReassignment.py
blob: 4fde5c18ffec253ae145035493b1669a0f2b8c5f [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame
]
1
def
f
():
2
while
True
:
3
foo
=
1
4
foo
=
2
5
# <ref>