dfmt/tests/allman/do_body.d.ref

20 lines
119 B
Plaintext

import character.body;
void body() @nogc
in
{
}
body
{
body = null;
}
void body()
in
{
}
do
{
body = null;
}