diff addon/forward_reference_03_A.d @ 220:8fa24d6682cd

forward references Chris Newton <redshodan@dot.gmail.dot.dooot.com> 2004-12-29 news:cqv5vu$1l76$1@digitaldaemon.com nntp://digitalmars.com/digitalmars.D.bugs/2621
author thomask
date Thu, 30 Dec 2004 11:03:48 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/addon/forward_reference_03_A.d	Thu Dec 30 11:03:48 2004 +0000
@@ -0,0 +1,18 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Chris Newton <redshodan@dot.gmail.dot.dooot.com>
+// @date@	2004-12-29
+// @uri@	news:cqv5vu$1l76$1@digitaldaemon.com
+// @url@	nntp://digitalmars.com/digitalmars.D.bugs/2621
+
+module addon.forward_reference_03_A;
+
+import addon.forward_reference_03_B;
+
+class MyClassA{
+	MyClassB.Foo foo;
+	MyClassB test3b;
+}
+