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

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15282 "Fix issue 23947: Class method private is ignored
if there's a public overload after it" was merged into master:

- 8feaf5262cf35aa48b26b5177c9c1db2790f341c by Mathis Beer:
  Fix issue 23947: If checking access after overload resolution, only check the
specific overload selected, not the most public overload of the set.
  This deprecation also covers the deprecation for issue 21275.
  This is a deprecation because making it an error would force issue 21275 to
be an error as well.

https://github.com/dlang/dmd/pull/15282

--

Reply via email to