Files
openide/python/testData/copyPaste/multiLine/IndentInnerFunction.src.py
2012-07-16 19:18:49 +04:00

5 lines
79 B
Python

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