Files
openide/python/testData/refactoring/changeSignature/keepKeywordOfArgumentBeforeEmptyVararg.after.py

5 lines
41 B
Python

def f(y, x, *args):
pass
f(1, x=42)