Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
copyPaste
/
CaretAtTheBeginningOfIndent.dst.py
blob: ec09360aaeec420750154b978eb2542bef180258 [
file
] [
log
] [
blame
]
# original function # this is line 1 of the code.
def
foo
():
print
'f00'
def
bar
(
num
):
for
_
in
range
(
num
):
print
'bar'
bar
(
7
)
<
caret
>
<
selection
></
selection
>