https://issues.dlang.org/show_bug.cgi?id=14389 --- Comment #7 from Ketmar Dark <ketmar at ketmar.no-ip.org> --- quickfix: class A { @safe: // this will last forever (nothrow): // and this will be reset on next `id:` } --