You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[spec/statement] Improve no case fall-through docs (#4294)
* [spec/statement] Improve no `case` fall-through docs
A case statement can end with `noreturn` expression evaluation.
Make example runnable.
Make it clearer `goto case;` can't go to `default:`.
* Do list assert(0)
It's implementation defined whether it's recognized with type noreturn.
0 commit comments