mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
added remove argument quick fix to the Incorrect call arguments inspection
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
def foo(a, **args):
|
||||
pass
|
||||
|
||||
b = {}
|
||||
foo(**b, <error descr="Cannot appear past keyword arguments or *arg or **kwarg">a<caret>=1</error>)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user