Files
openide/python/testData/copyPaste/singleLine/IndentOnTopLevel.src.py
T
2012-07-10 19:08:10 +04:00

5 lines
79 B
Python

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