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

--- Comment #6 from ponce <[email protected]> ---
By spec:
https://dlang.org/spec/function.html#function-default-args


> Default parameters are resolved and semantically checked in the context of 
> the function declaration.

and later

> If the default value for a parameter is given, all following parameters must 
> also have default values.


Pretty much a bug then?

--

Reply via email to