https://issues.dlang.org/show_bug.cgi?id=22868
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @MoonlightSentinel created dlang/dmd pull request #13798 "Fix 22868 - Let __traits(parameters) see past opApply delegates" fixing this issue: - Fix 22868 - Let __traits(parameters) see past opApply delegates Ensure that `__traits(parameters)` consistently returns the parameters of the enclosing functions and doesn't return the parameters of the `opApply` delegate - leaking an implementation detail. https://github.com/dlang/dmd/pull/13798 --
