changeset 1014:c9e0c1ce1818

Conflicting identifiers between imported modules are reported in the wrong file <smjg@iname.com> 2006-05-13 news:bug-140-3@http.d.puremagic.com/bugzilla/
author thomask
date Sun, 21 May 2006 20:04:36 +0000
parents 7ca91547903e
children 01533f91d19a
files nocompile/i/import_14_A.d
diffstat 1 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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@	<smjg@iname.com>
+// @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);	
+}