remove strange line event
def helper_cant_rescue begin raise SyntaxError rescue cant_rescue # here end end
on this case, a line event is reported on cant_rescue line because of node structure. it should not be reported.
cant_rescue
remove strange line event
on this case, a line event is reported on
cant_rescue
linebecause of node structure. it should not be reported.