Sign in
android
/
platform
/
tools
/
idea
/
0f831a730c50607e2ffd95020875af6185e17734
/
.
/
python
/
testData
/
refactoring
/
changeSignature
/
switchPositionalParam.after.py
blob: 6a33e11eb89c345d4440882918afbbfd647e2b40 [
file
] [
log
] [
blame
]
def
bar
(
b
,
a
):
pass
bar
(
2
,
1
)