Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
copyPaste
/
CaretAtTheBeginningOfIndent.after.py
blob: 9f86fdf7e2f6e74ccec2f63efee7832cc11846dd [
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
)
def
bar
(
num
):
for
_
in
range
(
num
):
print
'bar'
bar
(
7
)