Files
2020-03-30 11:59:10 +02:00

8 lines
248 B
Plaintext

import python
from ControlFlowNode r, ControlFlowNode s
where
s = r.getAnExceptionalSuccessor() and
not r.(RaisingNode).unlikelySuccessor(s)
select r.getLocation().getStartLine(), r.toString(), s.getLocation().getStartLine(), s.toString()