[Issue 19456] ParameterIdentifierTuple incorrect for abstract methods with unnamed parameters
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Dec 3 09:52:39 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=19456
Simen Kjaeraas <simen.kjaras at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |simen.kjaras at gmail.com
--- Comment #1 from Simen Kjaeraas <simen.kjaras at 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
--
More information about the Digitalmars-d-bugs
mailing list