annotate nocompile/i/import_14_A.d @ 1319:81222734adf3

sed'ed replacement of new:...http.d.puremagic.co... with http://d.puremagic.com/issues/show_bug.cgi?...
author thomask
date Sun, 31 Dec 2006 19:58:06 +0000
parents c9e0c1ce1818
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1014
c9e0c1ce1818 Conflicting identifiers between imported modules are reported in the wrong file
thomask
parents:
diff changeset
1 // $HeadURL$
c9e0c1ce1818 Conflicting identifiers between imported modules are reported in the wrong file
thomask
parents:
diff changeset
2 // $Date$
c9e0c1ce1818 Conflicting identifiers between imported modules are reported in the wrong file
thomask
parents:
diff changeset
3 // $Author$
c9e0c1ce1818 Conflicting identifiers between imported modules are reported in the wrong file
thomask
parents:
diff changeset
4
c9e0c1ce1818 Conflicting identifiers between imported modules are reported in the wrong file
thomask
parents:
diff changeset
5 // @author@ <smjg@iname.com>
c9e0c1ce1818 Conflicting identifiers between imported modules are reported in the wrong file
thomask
parents:
diff changeset
6 // @date@ 2006-05-13
1319
81222734adf3 sed'ed replacement of new:...http.d.puremagic.co... with http://d.puremagic.com/issues/show_bug.cgi?...
thomask
parents: 1014
diff changeset
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=140
1014
c9e0c1ce1818 Conflicting identifiers between imported modules are reported in the wrong file
thomask
parents:
diff changeset
8
c9e0c1ce1818 Conflicting identifiers between imported modules are reported in the wrong file
thomask
parents:
diff changeset
9 // __DSTRESS_EFILE__ 17
c9e0c1ce1818 Conflicting identifiers between imported modules are reported in the wrong file
thomask
parents:
diff changeset
10
c9e0c1ce1818 Conflicting identifiers between imported modules are reported in the wrong file
thomask
parents:
diff changeset
11 module dstress.nocompile.i.import_14_A;
c9e0c1ce1818 Conflicting identifiers between imported modules are reported in the wrong file
thomask
parents:
diff changeset
12
c9e0c1ce1818 Conflicting identifiers between imported modules are reported in the wrong file
thomask
parents:
diff changeset
13 import addon.import_01_dummy;
c9e0c1ce1818 Conflicting identifiers between imported modules are reported in the wrong file
thomask
parents:
diff changeset
14 import addon.import_08_Z;
c9e0c1ce1818 Conflicting identifiers between imported modules are reported in the wrong file
thomask
parents:
diff changeset
15
c9e0c1ce1818 Conflicting identifiers between imported modules are reported in the wrong file
thomask
parents:
diff changeset
16 void main(){
c9e0c1ce1818 Conflicting identifiers between imported modules are reported in the wrong file
thomask
parents:
diff changeset
17 test(0);
c9e0c1ce1818 Conflicting identifiers between imported modules are reported in the wrong file
thomask
parents:
diff changeset
18 }