fixed PY-6271 Move statement: breaks code in case of empty line between parts of compound statement

This commit is contained in:
Ekaterina Tuzova
2012-04-10 18:10:06 +04:00
parent dae69138cb
commit be137ab0d9
5 changed files with 27 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
if True:
a = 1<caret> # <- move statement down here
else:
b = 2