Files
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

6 lines
100 B
Python

def foo(a, p):
pass
foo(1, p=2, <error descr="Keyword argument repeated">p=3<caret>3</error>)