Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
intentions
/
afterConvertVariadicParam.py
blob: f4f2905d4ac94fa1edb03831fdc2fc88fbaaf0fc [
file
] [
log
] [
blame
]
def
foo
(
tmp
,
w
,
q
=
2
,
foo
=
22
,
**
kwargs
):
a
=
tmp
doSomething
(
foo
)