mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +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
3 lines
47 B
Python
3 lines
47 B
Python
class C:
|
|
<caret>def bar(self):
|
|
pass |