[Issue 986] Internal error: e2ir.c 1098

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Feb 25 04:31:57 PST 2007


http://d.puremagic.com/issues/show_bug.cgi?id=986


benoit at tionex.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |benoit at tionex.de




------- Comment #2 from benoit at tionex.de  2007-02-25 06:31 -------
Still present with the Bond revision 1.007.
Here comes a sample:


class Adapter {
    void func(){
    }
}

class Foo {

    class AnonAdapter : Adapter {
    }

    void func(){
        Adapter a = cast( Adapter )( new AnonAdapter() );
    }
}


-- 



More information about the Digitalmars-d-bugs mailing list