Files
openide/python/testData/inspections/ChangeSignatureNewParametersNames.py
Semyon Proshev 9b451f9e6d Register change signature quick fix without highlighting
To not to be overlayed with highlighting for arguments
2018-01-09 14:39:23 +03:00

5 lines
214 B
Python

def func(i1):
i2 = 'Spam'
func(<caret>1, <warning descr="Unexpected argument">2</warning>, <warning descr="Unexpected argument">42 or 'str'</warning>, <warning descr="Unexpected argument">get_num()</warning>)