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