dfmt/tests/issue0148.d
2015-04-29 11:39:37 -07:00

7 lines
69 B
D

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