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

6 lines
65 B
Python

def foo(r<caret>):
def a():
pass
x = 1
x = 2