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

7 lines
79 B
Python

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