[Issue 2067] call from anonymous class makes access violation.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun May 4 14:33:14 PDT 2008


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





------- Comment #1 from benoit at tionex.de  2008-05-04 16:33 -------
changing
   if( index is -1 ){
into
   if( this.outer.index is -1 ){
and the runtime error goes away.


-- 



More information about the Digitalmars-d-bugs mailing list