blob: fe54f22473a960c2a33189e422fd2bc636b2de0f [file] [log] [blame]
def foo(xs):
for x in xs:
<selection>if not x:
continue</selection>