Files
openide/python/testData/quickFixes/PyRemoveParameterQuickFixTest/docstring_after.py

10 lines
87 B
Python

def foo():
"""
:return:
"""
def a():
pass
x = 1
x = 2