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


Matti Niemenmaa <matti.niemenmaa+dbugzi...@iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |matti.niemenmaa+dbugzi...@i
                   |                            |ki.fi
           Platform|Other                       |All
         OS/Version|Mac OS X                    |All


--- Comment #1 from Matti Niemenmaa <matti.niemenmaa+dbugzi...@iki.fi> 
2009-10-13 05:35:44 PDT ---
Reduced testcase:

class Foo {
    Foo next;
    void start()
    in {
        assert (!next);
    } body { 
        void* p = cast(void*)this;
    }
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to