https://issues.dlang.org/show_bug.cgi?id=19299

--- Comment #2 from Nick Treleaven <[email protected]> ---
Actually std.traits.Parameters does not work, it is just the parameter types.

The pragma above prints:

void(char c = '\0', byte b, int extra)

(Even though the default argument can't be followed by non-default args!).

--

Reply via email to