Top 5

Sergey Gromov snake.scaly at gmail.com
Thu Oct 9 05:49:03 PDT 2008


Thu, 09 Oct 2008 07:23:30 -0500,
Andrei Alexandrescu wrote:
> Robert Fraser wrote:
> > Frank Benoit wrote:
> >> Andrei Alexandrescu schrieb:
> >>> Ok, per Aarti's suggestion: without speaking officially for Walter, let
> >>> me ask this - what do you think are the top issues you'd like to see
> >>> fixed in D?
> >>>
> >>> Andrei
> >>
> >> class to interface compatibility
> > 
> > This.
> 
> What is it?

I think it's this:

interface I {}
class A : I {}
I i = new A;
i.classinfo.name; // "I" ?????



More information about the Digitalmars-d mailing list