https://issues.dlang.org/show_bug.cgi?id=23947
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #2 from Dlang Bot <[email protected]> --- @FeepingCreature updated dlang/dmd pull request #15282 "Fix issue 23974: Class method private is ignored if there's a public overload after it" fixing this issue: - Fix issue 23947: If checking access after overload resolution, only check the specific overload selected, not the most public overload of the set. 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 --
