Sign in
android
/
platform
/
tools
/
idea
/
c7287d14ff9afb2ae3cc26fa670a0da3aaf16965
/
.
/
python
/
testData
/
refactoring
/
changeSignature
/
moveParam.before.py
blob: 2b59fe32ffc6223a7355dbe69c16f7bf2b653a41 [
file
] [
log
] [
blame
]
def
f1
(
a
=
1
,
b
=
2
):
pass
f1
(
2
,
b
=
3
)