[Issue 17494] Do not execute scope(...) if an Error exception has been thrown

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Jun 17 01:41:47 PDT 2017


https://issues.dlang.org/show_bug.cgi?id=17494

Martin Nowak <code at dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code at dawg.eu

--- Comment #2 from Martin Nowak <code at dawg.eu> ---
Test Case from Vladimir
https://github.com/dlang/dmd/pull/6816#issuecomment-307657520

struct S
{
    ~this() {}
}

class C
{
    S s;

    this() nothrow {}
}

--


More information about the Digitalmars-d-bugs mailing list