dfmt/tests/allman/issue0156.d.ref

11 lines
79 B
Plaintext

class C
{
int foo() const
out (bar)
{
}
body
{
}
}