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

--- Comment #11 from Max Samukha <[email protected]> ---
(In reply to Max Samukha from comment #10)

> void foo(U, T = int)(T a = T.init)
> {
> }
> 
> void main()
> {
>     foo!bool(0);
>     foo!bool("x");
> }
> 
Error: function `foo` is not callable using argument types `(string)`

--

Reply via email to