@ -215,7 +215,7 @@ it;
- case 和 switch 位于同一列
- 每一个case必须有一个break(或renturn)语句,或者用注释说明无需break
```c++
```cpp
switch (myEnum) {
case Value1:
doSomething();
The note is not visible to the blocked user.