[Issue 18099] betterC check throw statements error!

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Dec 23 07:18:04 UTC 2017


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

--- Comment #1 from changlon <changlon at gmail.com> ---
======
        struct D()
        {
                struct V {
                        ~this() {
                        }
                }
                auto get() {
                        V v ;
                        return v ;
                }
        }
        alias T = D!();
======

--


More information about the Digitalmars-d-bugs mailing list