mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
PY-296 'Move statement up/down' on method name line should move the whole method
This commit is contained in:
11
python/testData/mover/selection.py
Normal file
11
python/testData/mover/selection.py
Normal file
@@ -0,0 +1,11 @@
|
||||
def f(a, b, c):
|
||||
if b:
|
||||
pass
|
||||
elif a:
|
||||
c = <selection>1
|
||||
if b:
|
||||
a = 3
|
||||
else:
|
||||
b<caret></selection> = 4
|
||||
else:
|
||||
pass
|
||||
Reference in New Issue
Block a user