mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
more improvements for python statement mover
This commit is contained in:
@@ -6,7 +6,8 @@ class A:
|
||||
if d:
|
||||
self.bar()
|
||||
c<caret> = 3
|
||||
a = 2
|
||||
if c:
|
||||
a = 2
|
||||
|
||||
def bar(self):
|
||||
pass
|
||||
@@ -5,8 +5,9 @@ class A:
|
||||
if c:
|
||||
if d:
|
||||
self.bar()
|
||||
a = 2
|
||||
c = 3
|
||||
if c:
|
||||
a = 2
|
||||
c = 3
|
||||
|
||||
def bar(self):
|
||||
pass
|
||||
@@ -6,7 +6,8 @@ class A:
|
||||
if d:
|
||||
c = 3
|
||||
self.bar()
|
||||
a = 2
|
||||
if c:
|
||||
a = 2
|
||||
|
||||
def bar(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user