Reports expressions containing redundant parentheses.

Example:

  return (i as Int)

After the quick-fix is applied:

  return i as Int