mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 10:20:15 +07:00
Merge-request: IJ-MR-138193 Merged-by: Daniil Kalinin <Daniil.Kalinin@jetbrains.com> GitOrigin-RevId: 7d004677a5b7a4637ea956f13ed85abc0d88604e
19 lines
310 B
Plaintext
19 lines
310 B
Plaintext
Original text:
|
|
---------------
|
|
class Clazz:
|
|
|
|
# this function does nothing
|
|
def foo(): ...
|
|
---------------
|
|
Subtree: Language: Python
|
|
---------------
|
|
<reparse>class Clazz:
|
|
|
|
"""
|
|
This function does nothing
|
|
Accepts nothing
|
|
Returns nothing
|
|
"""
|
|
def foo(): ...</reparse>
|
|
---------------
|