# HG changeset patch # User thomask # Date 1148241876 0 # Node ID c9e0c1ce18189b2816cabf2a6f16bf147500c027 # Parent 7ca91547903e30038fa6abf1e3678574c972fe10 Conflicting identifiers between imported modules are reported in the wrong file 2006-05-13 news:bug-140-3@http.d.puremagic.com/bugzilla/ diff -r 7ca91547903e -r c9e0c1ce1818 nocompile/i/import_14_A.d --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nocompile/i/import_14_A.d Sun May 21 20:04:36 2006 +0000 @@ -0,0 +1,18 @@ +// $HeadURL$ +// $Date$ +// $Author$ + +// @author@ +// @date@ 2006-05-13 +// @uri@ news:bug-140-3@http.d.puremagic.com/bugzilla/ + +// __DSTRESS_EFILE__ 17 + +module dstress.nocompile.i.import_14_A; + +import addon.import_01_dummy; +import addon.import_08_Z; + +void main(){ + test(0); +}