blob: 5492edd65dd7cea523e635b6cc718c9cb87f9bdb [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>