blob: cf64513b23ff51930e0f93c84d7ac72e65da7e28 [file] [log] [blame]
def foo(c):
x = 1
<selection>if c:
print(1)</selection>
# Comment
return x