Files
openide/python/testData/quickFixes/PyRemoveArgumentQuickFixTest/unexpected.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

8 lines
90 B
Python

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