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

--- Comment #1 from Nick Treleaven <n...@geany.org> ---
Workaround is to add parameter names:

alias ls = (string s) => "string";    
alias lc = (Red r) => "red";

--

Reply via email to