mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
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
This commit is contained in:
3
python/testData/copyPaste/MethodInClass.dst.py
Normal file
3
python/testData/copyPaste/MethodInClass.dst.py
Normal file
@@ -0,0 +1,3 @@
|
||||
class C:
|
||||
<caret>def bar(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user