static property without return type

Michael pr at m1xa.com
Sat Mar 16 15:33:57 PDT 2013


Why Dmd accepts?

class E
{
     @property public static pro(Object v)
     {

     }
}

Dmd 2.062 Win 64


More information about the Digitalmars-d mailing list