dfmt/tests/allman/issue0515.d.ref

8 lines
69 B
Plaintext

struct S
{
ref S foo() return
{
return this;
}
}