https://issues.dlang.org/show_bug.cgi?id=17494
Martin Nowak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Martin Nowak <[email protected]> --- Test Case from Vladimir https://github.com/dlang/dmd/pull/6816#issuecomment-307657520 struct S { ~this() {} } class C { S s; this() nothrow {} } --
