Files
openide/python/testData/copyPaste/EmptyLineInList.src.py
2013-04-09 19:31:16 +04:00

9 lines
191 B
Python

# 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>