检测包含冗余括号的表达式。

示例:

  return (i as Int)

在应用快速修复后:

  return i as Int