Files
openide/python/testData/mover/betweenStatementParts.py

8 lines
140 B
Python

class A:
def f(self, a, b):
if a:
b = 1
elif b:
a = <caret>1
else:
print "a"