Files
openide/python/testData/quickFixes/PyRemoveArgumentQuickFixTest/unexpected.py
T

8 lines
90 B
Python

def foo(a):
pass
foo(1, <warning descr="Unexpected argument">2<caret>3</warning>)