Sign in
android
/
platform
/
tools
/
idea
/
0f831a730c50607e2ffd95020875af6185e17734
/
.
/
python
/
testData
/
refactoring
/
changeSignature
/
keywordOnlyParams.after.py
blob: ae97cb75aa614967e6b93321d0457588f4e61488 [
file
] [
log
] [
blame
]
def
foo
(
param
,
*,
a
):
pass
foo
(
1
,
a
=
2
)