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