On 9/9/11, bearophile <bearophileh...@lycos.com> wrote:
>
> private class Foo {}
> immutable Foo foo1;
>
> static this() {
>     foo1 = new immutable(Foo);
> }

Oh right, that's the syntax. Thanks!

Reply via email to