blob: af6006847e81d83c2150fcaa509d70faf9dcf299 [file] [log] [blame]
def test(a, b=1):
if a:
print(a)
else:
for n in range(10):
<caret> print(b)