https://issues.dlang.org/show_bug.cgi?id=23564
Iain Buclaw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |[email protected] --- Comment #2 from Iain Buclaw <[email protected]> --- Reduced test --- class BlockHeader { this() { new FreeList; } } class RBTree { class FreeList { } void _each_reverse( ) { } } alias FreeList = RBTree.FreeList; --- --
