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

5 lines
79 B
Python

class C:
def foo(self):
<selection> x = 1
y = 2</selection>