Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
quickFixes
/
PyRemoveParameterQuickFixTest
/
kwParam.py
blob: 152576382b61e6a18259445b0cac42047ac760ae [
file
] [
log
] [
blame
]
def
foo
(
r
,
**<
caret
>
kwargs
):
def
a
():
pass
x
=
1
x
=
2