blob: e9bd47cec7aee48d2fcd7adb3238c42c6aa6776b [file] [log] [blame]
# original function # this is line 1 of the code.
def foo():
print 'f00'
<selection>def bar(num):
for _ in range(num):
print 'bar'
bar(7)</selection><caret>