case 1: case 2: return true; case 3: return false;After "case 1:" we see no statement at all. This conflicts with "CaseStatement" rule of documentation. But this is right D code.I think language reference must be updated.
"case 2:" is a CaseStatement and it's after "case 1:"
