Files
openide/python/testData/copyPaste/Indent2.src.py
2010-09-07 23:12:34 +04:00

5 lines
79 B
Python

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