Files
openide/python/testData/mover/multiLineSelectionDifferentLevelsMoveOutFromFunction_afterUp.py
andrey.matveev 5fba7db380 PY-41375 PY-37765 Fix selection problem in PyStatementMover
Also fix unchecked exception in PY-37765

(cherry picked from commit 3b8f3ca228d8e649a63d277314bf13994b80ffd3)

IJ-MR-6623

GitOrigin-RevId: 22026406e912c057bb7d81cb59d7a4e21da6f0f5
2021-04-13 02:42:15 +00:00

6 lines
84 B
Python

<caret><selection>n = 0
while n:
print("spam")</selection>
def func():
pass