Sign in
android
/
platform
/
tools
/
idea
/
c7287d14ff9afb2ae3cc26fa670a0da3aaf16965
/
.
/
python
/
testData
/
refactoring
/
extractmethod
/
GlobalVarAssignment.before.py
blob: 3957303c64bbb0363fd0b21498bd84eca8d86d22 [
file
] [
log
] [
blame
]
x
=
0
def
foo
():
global
x
<
selection
>
x
=
1
</
selection
>