Closed
Description
Originally reported by: Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore)
def a():
try:
return
except:
return
raise Exception('a') # should warn here
Original ticket: http://www.logilab.org/ticket/8355