On Wednesday, 14 May 2014 at 08:26:58 UTC, simendsjo wrote:
D> int a = 10:
=> a
D> int a = 5;
=> a
D> a
=> _mod1.a at /tmp/drepl.13YxH8/_mod1.d(3) conflicts with _mod2.a at
/tmp/drepl.13YxH8/_mod2.d(3)
D> _mod1.a
=> 10
D> _mod2.a
=> 5

Already filed as bug :).
https://github.com/MartinNowak/drepl/issues/9

Reply via email to