https://issues.dlang.org/show_bug.cgi?id=21467
Mathias LANG <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Mathias LANG <[email protected]> --- > source/b.d-mixin-5(5,1): Error: undefined identifier b in module a This is correct. `b` is not a member of `a`, it's an import. I'm tempted to mark this as `INVALID`. --
