Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
intentions
/
afterConvertVariadicParam.py
blob: f4f2905d4ac94fa1edb03831fdc2fc88fbaaf0fc [
file
] [
log
] [
blame
]
def
foo
(
tmp
,
w
,
q
=
2
,
foo
=
22
,
**
kwargs
):
a
=
tmp
doSomething
(
foo
)