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

8 lines
80 B
Python

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