dfmt/tests/allman/issue0090.d.ref

11 lines
109 B
Plaintext

unittest
{
L1:
switch (x)
{
case Case:
doSomething();
doSomethingElse();
}
}