mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
fixed PY-6410 Adding/Pasting text at the end of a class method causes the next class method to be moved outside the class
4 lines
38 B
Python
4 lines
38 B
Python
def bar():
|
|
<caret>
|
|
|
|
var = "string" |