Files
openide/python/testData/copyPaste/MethodInClass.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

3 lines
47 B
Python

class C:
<caret>def bar(self):
pass