Files
openide/python/testData/copyPaste/SelectionReverse1.dst.py

8 lines
80 B
Python

if True:
a = 1
b = 2
def f():
<caret><selection>c = 3</selection>