Sign in
android
/
platform
/
tools
/
idea
/
c7287d14ff9afb2ae3cc26fa670a0da3aaf16965
/
.
/
python
/
testData
/
refactoring
/
extractmethod
/
GlobalToplevelAssignment.before.py
blob: b392a007046ee5805d2fb4335922c03fa360ec04 [
file
] [
log
] [
blame
]
a
=
2
b
=
3
<
selection
>
a
=
a
+
b
c
=
a
*
2
</
selection
>
print
(
c
)