Files
openide/python/testData/copyPaste/multiLine/IndentInnerFunction.dst.py
Ekaterina Tuzova a67f912cc5 Smart copy-paste
fixed PY-6410 Adding/Pasting text at the end of a class method causes the next class method to be moved outside the class
2012-07-02 15:45:20 +04:00

4 lines
49 B
Python

class C:
def foo(self):
<caret>y = 2