2013/6/14 Timon Gehr <timon.gehr@gmx.ch>
On 06/13/2013 11:53 AM, TommiT wrote:
"symbol wheelbarrowing" = "making symbols in other module(s) local to
the current module"
(described in TDPL at page 148)

The problem:
-----------

...


1. alias main.bar conflicts with alias main.bar

Compiler bug.

Compiler fix:
https://github.com/D-Programming-Language/dmd/pull/1660 

Kenji Hara