https://issues.dlang.org/show_bug.cgi?id=22668
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @MoonlightSentinel created dlang/dmd pull request #13533 "Fix 22668 - Don't errors when a deprecated method overrides another one" fixing this issue: - Fix 22668 - Don't errors when a deprecated method overrides another one Because both declarations acknowledge that the declaration is deprecated. This is especially important for libraries that provide a collection of classes and want to deprecate certain method throughout the entire class hierarchy. https://github.com/dlang/dmd/pull/13533 --
