changeset 554:f562f0755fea

protected at module level
author thomask
date Sat, 21 May 2005 19:31:44 +0000
parents cfb2579092fc
children 1300c1aab744
files nocompile/p/protected_02_A.d nocompile/p/protected_02_B.d nocompile/p/protected_02_C.d nocompile/p/protected_02_D.d
diffstat 4 files changed, 39 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/p/protected_02_A.d	Sat May 21 19:31:44 2005 +0000
@@ -0,0 +1,9 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// __DSTRESS_ELINE__ 9
+
+module dstress.nocompile.p.protected_02_A;
+
+protected int i;
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/p/protected_02_B.d	Sat May 21 19:31:44 2005 +0000
@@ -0,0 +1,10 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// __DSTRESS_ELINE__ 9
+
+module dstress.nocompile.p.protected_02_B;
+
+protected void test(){
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/p/protected_02_C.d	Sat May 21 19:31:44 2005 +0000
@@ -0,0 +1,10 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// __DSTRESS_ELINE__ 9
+
+module dstress.nocompile.p.protected_02_C;
+
+protected class X{
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/p/protected_02_D.d	Sat May 21 19:31:44 2005 +0000
@@ -0,0 +1,10 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// __DSTRESS_ELINE__ 9
+
+module dstress.nocompile.p.protected_02_D;
+
+protected struct X{
+}
\ No newline at end of file