Sign in
android
/
platform
/
tools
/
idea
/
c7287d14ff9afb2ae3cc26fa670a0da3aaf16965
/
.
/
python
/
testData
/
refactoring
/
extractmethod
/
Statement.before.py
blob: 32c0393c2407fc26640555bddf8789a74de6c3e0 [
file
] [
log
] [
blame
]
def
f
():
a
=
1
b
=
1
<
selection
>
print
(
a
+
b
*
123
)</
selection
>