Files
openide/python/testData/quickFixes/PyRemoveArgumentQuickFixTest/duplicate_after.py

6 lines
38 B
Python

def foo(a, p):
pass
foo(1, p=2)