Drag and Drop switch case, unreachable code?
拖放开关的情况下,无法访问的代码?
Unreachable code should not be part of a code base.
执行不到的代码不应当成为代码基的一部分。
Since any code after the return statement is unreachable, it's marked in error.
由于return语句后面的所有代码都不能执行,因此将其标记为错误。
Since any code after the return statement is unreachable, it's marked in error.
由于return语句后面的所有代码都不能执行,因此将其标记为错误。
应用推荐