blob: ae244ffec0cc6d2df8f07813c1038f7962ce6fb4 [file] [log] [blame]
def foo():
try:
print "hello"
except:
<selection>pass</selection>