Sign in
android
/
platform
/
tools
/
idea
/
c7287d14ff9afb2ae3cc26fa670a0da3aaf16965
/
.
/
python
/
testData
/
refactoring
/
extractmethod
/
Statements.before.py
blob: c8e804887c89331298d4b670e9d4b25c636c477a [
file
] [
log
] [
blame
]
def
f
():
a
=
1
b
=
1
<
selection
>
puts
(
a
+
b
*
123
)
print
(
"Hello from extract method"
)</
selection
>