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; ``` --
d-bugmail--- via Digitalmars-d-bugs Sun, 08 Jan 2023 05:21:33 -0800
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; ``` --