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

--- Comment #1 from Basile-z <[email protected]> ---
reduced:

```
template to(T)
{
    void to(T)(){}
}

alias comb = to!int.bad!0;    
```

--

Reply via email to