Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
quickFixes
/
PyRemoveArgumentQuickFixTest
/
duplicate.py
blob: e329d9ac831026771e3f6433098a1a430216abd6 [
file
] [
log
] [
blame
]
def
foo
(
a
,
p
):
pass
foo
(
1
,
p
=
2
,
<
warning descr
=
"Duplicate argument"
>
p
=
3
<
caret
>
3
</
warning
>)