dfmt/tests/allman/issue0148.d.ref

8 lines
84 B
Plaintext

class Foo
{
@property Socket socket()
{
return this.socket;
}
}