Sign in
android
/
platform
/
tools
/
idea
/
refs/heads/android12-tests-release
/
.
/
python
/
testData
/
copyPaste
/
CaretAtTheBeginningOfIndent.dst.py
blob: ec09360aaeec420750154b978eb2542bef180258 [
file
] [
log
] [
blame
] [
edit
]
# 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
>