Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
quickFixes
/
PyRemoveParameterQuickFixTest
/
usage.py
blob: e2706c65fe97757993b355871b1e0551e07b77b7 [
file
] [
log
] [
blame
]
def
f1
(
a
,
u
<
caret
>
p
,
c
):
print
a
print
c
f1
(
1
,
2
,
3
)