mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fixed PY-6133 Move statement: strange comment moving down to def or class statements
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#comment <caret>
|
||||
def f():
|
||||
if True:
|
||||
a = 1
|
||||
else:
|
||||
a = 2
|
||||
@@ -0,0 +1,6 @@
|
||||
def f():
|
||||
#comment
|
||||
if True:
|
||||
a = 1
|
||||
else:
|
||||
a = 2
|
||||
@@ -0,0 +1,6 @@
|
||||
#comment <caret>
|
||||
def f():
|
||||
if True:
|
||||
a = 1
|
||||
else:
|
||||
a = 2
|
||||
@@ -1,6 +1,6 @@
|
||||
#comment
|
||||
def f():
|
||||
if True:
|
||||
a = 1
|
||||
else:
|
||||
a = 2
|
||||
#comment
|
||||
|
||||
Reference in New Issue
Block a user