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

Walter Bright <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Walter Bright <[email protected]> ---
Example:

  private void bar() { }

  void foo() @safe {
    bar();
  }

should work.

--

Reply via email to