Files
openide/python/testData/inspections/AugmentAssignment2.py

3 lines
118 B
Python

v = 0
f = 1
<weak_warning descr="Assignment can be replaced with augmented assignment">v = <caret>f + v</weak_warning>