Files
openide/python/testData/copyPaste/SameIndentPreserved.src.py

6 lines
63 B
Python

def f():
x = 1
y = 2
<selection> z = 3
</selection>