Walter Bright wrote:
> The foo.(bar) syntax seems to be sinking. The foo{bar} seems to be the 
> most practical alternative. So, how about putting it in the next D2 
> release on a trial basis, so people can try it out and see how it looks?
I just discovered this won't work:
    class C : D { }
Oops!