dfmt/tests/allman/issue0117.d.ref

8 lines
59 B
Plaintext

struct A
{
int i; // Comment
~this()
{
}
}