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