Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
22c956b929bf98cd29cc57ddaecc593066bde86c
/
.
/
python
/
testData
/
quickFixes
/
PyRemoveArgumentQuickFixTest
/
duplicateKWArg.py
blob: 27180eaae5965ee2379a7bbb338dc379c79d9dad [
file
] [
log
] [
blame
]
def
foo
(**
args
):
pass
a
=
{}
b
=
{}
foo
(**
a
,
<
warning descr
=
"Duplicate **arg"
>**<
caret
>
b
</
warning
>)