Top 5

Jarrett Billingsley jarrett.billingsley at gmail.com
Thu Oct 9 06:00:27 PDT 2008


On Thu, Oct 9, 2008 at 8:49 AM, Sergey Gromov <snake.scaly at gmail.com> wrote:
> I think it's this:
>
> interface I {}
> class A : I {}
> I i = new A;
> i.classinfo.name; // "I" ?????
>

And furthermore,

Object o = i; // should be no error



More information about the Digitalmars-d mailing list