mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
fixed PY-6163 Moving blocks of code
This commit is contained in:
10
python/testData/mover/functionBlock_afterDown.py
Normal file
10
python/testData/mover/functionBlock_afterDown.py
Normal file
@@ -0,0 +1,10 @@
|
||||
class A:
|
||||
|
||||
def foo(self):
|
||||
pass
|
||||
|
||||
def baz(self):
|
||||
pass
|
||||
|
||||
<selection>def<caret> bar(self):
|
||||
pass</selection>
|
||||
Reference in New Issue
Block a user