[Issue 19645] Default parameters not checked for @safe

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Feb 4 11:05:09 UTC 2019


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

--- Comment #1 from anonymous4 <dfj1esp02 at sneakemail.com> ---
Also:
---
shared int b;
pure void g(int a=b){}
pure void f()
{
    g();
}
---

--


More information about the Digitalmars-d-bugs mailing list