https://issues.dlang.org/show_bug.cgi?id=14411

--- Comment #3 from Cody Casterline <[email protected]> ---
> specs says nothing about other cases.

Well, it says that ScopeStatementList "must" be empty, or be ended [...]. Which
I read to mean there are no other cases.   "This is to set apart with C's
error-prone implicit fall-through behavior." so I would not expect fall-through
to work like in C.  

>  "case 1, 2:" is not what you may think, it equals to "case 2:".

Oh? Then why did fn(1) run "A"?

--

Reply via email to