报告类、模块、接口、常量、全局变量、类型别名和方法的重复声明。

可以通过快速修复导航到重复声明。

示例:

# 重复的接口声明
interface _Example
end

# 重复的接口声明
interface _Example
end