"Steven Schveighoffer" <schvei...@yahoo.com> wrote in message
> struct S2
> {
>    static void foo();
>    alias foo this.foo;
> }

or
alias typeof(this).foo foo; 


Reply via email to