[Issue 19645] Default parameters not checked for @safe
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Feb 26 15:48:35 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=19645
RazvanN <razvan.nitu1305 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |razvan.nitu1305 at gmail.com
--- Comment #2 from RazvanN <razvan.nitu1305 at gmail.com> ---
(In reply to anonymous4 from comment #1)
> Also:
> ---
> shared int b;
> pure void g(int a=b){}
> pure void f()
> {
> g();
> }
> ---
Existing violation in phobos :
https://github.com/dlang/phobos/blob/master/std/path.d#L2741
--
More information about the Digitalmars-d-bugs
mailing list