https://issues.dlang.org/show_bug.cgi?id=24085
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from RazvanN <[email protected]> --- Note that if you delete the useless imports of bar in frop and frop in bar, you get the same result in both signed and unsigned versions. This looks like the unsigned case somehow manages to instantiate all of the methods of FooImpl. I don't see how this happens: maybe the compiler generates some code or tries semantic on some construction. --
