Sign in
android
/
platform
/
tools
/
idea
/
c7287d14ff9afb2ae3cc26fa670a0da3aaf16965
/
.
/
python
/
testData
/
refactoring
/
extractmethod
/
Parameter.after.py
blob: d8a11e00ef99cda5106230a6165fc69188e373e6 [
file
] [
log
] [
blame
]
def
bar
(
a_new
):
print
(
a_new
)
def
foo
(
a
):
bar
(
a
)