Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
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
>)