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

8 lines
140 B
Python

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