报告空的 finally 块。 空的 finally 块通常表明存在编码错误。

示例:


try {
  throw new Exception()
}
finally {
}