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

--- Comment #3 from [email protected] ---
Apparently, there is still one case that doesn't work, when there's a template
function inside a templated struct or class:
------
struct S(T) {
    void func(U)(U u) { }
}
------

--

Reply via email to