Files
openide/python/testData/resolve/AugmentedAssignment.py

8 lines
56 B
Python

foo = 1
while True:
foo += 2
# <ref>
print(foo)