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

--- Comment #2 from Nick Sabalausky <[email protected]> ---
Better workaround, just change:

alias foo = b.foo;

to

alias foo() = b.foo;

I'm no longer certain whether or not this is actually a bug.

--

Reply via email to