https://issues.dlang.org/show_bug.cgi?id=22668
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <[email protected]> --- dlang/dmd pull request #13533 "Fix 22668 - Don't error when a deprecated method overrides another one" was merged into master: - eb9c1b9c071620f7f19a34401af4bf165de3cad6 by MoonlightSentinel: 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 --
