报告不必要的导入别名。
示例:
import com.foo.Bar as Bar
在应用快速修复后:
import com.foo.Bar