blob: 9e24bd814a56e4290e230e41b1f21cf0c39f5233 [file] [log] [blame]
def foo(x):
<selection>try:
pass
except Exception:
raise</selection>
print(1)