https://issues.dlang.org/show_bug.cgi?id=19691
--- Comment #2 from Basile-z <[email protected]> --- reduced : module b19691; struct S1 { this(T)(T) { S2(""); } } struct S2 { this(S1 s = ""){} } --
d-bugmail--- via Digitalmars-d-bugs Thu, 28 Feb 2019 04:39:03 -0800
https://issues.dlang.org/show_bug.cgi?id=19691
--- Comment #2 from Basile-z <[email protected]> --- reduced : module b19691; struct S1 { this(T)(T) { S2(""); } } struct S2 { this(S1 s = ""){} } --