Files
openide/python/testData/inspections/AugmentAssignmentWithContext_after.py
2010-12-14 19:24:48 +03:00

4 lines
35 B
Python

class A:
x = 3
a = A()
a.x += 1