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

11 lines
197 B
Python

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