On Tuesday, 25 August 2015 at 18:29:08 UTC, Vladimir Panteleev
wrote:
>
> I think this is a bug, but is easily worked around with:
>
> auto test(string a) {
> return .test(a, "b");
> }
>
Thanks, this worked.
Filled it: https://issues.dlang.org/show_bug.cgi?id=14965