Sign in
android
/
platform
/
tools
/
idea
/
c7287d14ff9afb2ae3cc26fa670a0da3aaf16965
/
.
/
python
/
testData
/
refactoring
/
extractmethod
/
CommentAfterSelection.before.py
blob: cf64513b23ff51930e0f93c84d7ac72e65da7e28 [
file
] [
log
] [
blame
]
def
foo
(
c
):
x
=
1
<
selection
>
if
c
:
print
(
1
)</
selection
>
# Comment
return
x