A ruby file with begin rescue statement seem to break this
hiryanchen opened this issue · 1 comments
hiryanchen commented
try laser with this:
def tryAndRescue
begin
rescue
end
end
michaeledgar commented
What an oversight - the relevant warning was missing a case for "no exception classes listed."
Thanks for reporting the bug! This is corrected in 0e38780.