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