Project

General

Profile

« Previous | Next » 

Revision 6a5c5482

Added by ko1 (Koichi Sasada) almost 2 years ago

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.