mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fixed PY-5527 Move statement: unnecessary pass statement on moving one-line comment out of indented block
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
if True:
|
||||
a = 1
|
||||
else:
|
||||
#comment <caret>
|
||||
a = 2
|
||||
@@ -0,0 +1,5 @@
|
||||
if True:
|
||||
a = 1
|
||||
else:
|
||||
a = 2
|
||||
#comment <caret>
|
||||
@@ -0,0 +1,5 @@
|
||||
if True:
|
||||
a = 1
|
||||
#comment <caret>
|
||||
else:
|
||||
a = 2
|
||||
Reference in New Issue
Block a user