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

12 lines
175 B
Python

def f(a, b, c):
if b:
c = <selection>1
if b:
a = 3
else:
b</selection> = 4
elif a:
pass
else:
pass