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

6 lines
58 B
Python

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