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

--- Comment #4 from Jonathan M Davis <issues.dl...@jmdavisprog.com> ---
As I understand it, -dip1000 has no effect on code that isn't @safe. So, you're
not going to have the compiler yelling at you over it if you're not using
@safe. Either way, without -dip1000, scope on parameters only affects delegates
and thus has no effect on the code posted here.

--

Reply via email to