blob: 38ff1855adad76be5435438901b60c8a8ffd6003 [file] [log] [blame]
def f(xs):
found = False
<selection>for x in xs:
yield x
found = True</selection>
print(found)