blob: 5b518e4cad2c25d0c41b08cda13929488a295bc8 [file] [log] [blame]
def foo(f):
x = 1
<selection>try:
x = f()
except Exception:
pass</selection>
return x