mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
fixed PY-6271 Move statement: breaks code in case of empty line between parts of compound statement
This commit is contained in:
5
python/testData/mover/emptyLineInIf.py
Normal file
5
python/testData/mover/emptyLineInIf.py
Normal file
@@ -0,0 +1,5 @@
|
||||
if True:
|
||||
a = 1<caret> # <- move statement down here
|
||||
|
||||
else:
|
||||
b = 2
|
||||
Reference in New Issue
Block a user