December 03, 2018
https://issues.dlang.org/show_bug.cgi?id=19456

Simen Kjaeraas <simen.kjaras@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simen.kjaras@gmail.com

--- Comment #1 from Simen Kjaeraas <simen.kjaras@gmail.com> ---
Short of filtering out parameters that start with '_param_', there seems to be no way to guess if the third case has specified parameter names.

PR fixing the first part: https://github.com/dlang/phobos/pull/6789

--
December 09, 2018
https://issues.dlang.org/show_bug.cgi?id=19456

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/9f9988bfeb66a36362b72ba46a48daac76758fa9 Fix issue 19456 - ParameterIdentifierTuple incorrect for abstract methods with unnamed parameters

https://github.com/dlang/phobos/commit/19f72cfe7f325ec27e763795a1db9bc7dc8b27df Merge pull request #6789 from Biotronic/Issue-19456

Fix issue 19456 - ParameterIdentifierTuple incorrect for abstract met… merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>

--