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