Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
intentions
/
beforeConvertVariadicParam.py
blob: 0ddade6589e085f37295c4e1e65fec50b7e3831c [
file
] [
log
] [
blame
]
def
foo
(
w
,
<
caret
>
q
=
2
,
**
kwargs
):
a
=
kwargs
[
'tmp'
]
doSomething
(
kwargs
.
get
(
'foo'
,
22
))