dfmt/tests/allman/issue0314.d.ref

12 lines
138 B
Plaintext

void main()
{
auto d = {
if (a)
foreach (b; c)
{
}
else
e();
};
}