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
5 lines
79 B
Python
5 lines
79 B
Python
class C:
|
|
def foo(self):
|
|
<selection>x = 1
|
|
y = 2</selection>
|