报告含有冗余圆括号的表达式。

示例:

  return (i as Int)

在应用快速修复后:

  return i as Int