changeset 206:f9a6743fd8e9

this in module level h3r3tic <foo@bar.baz> 2004-12-23 news:cqd25q$17mh$1@digitaldaemon.com nntp://digitalmars.com/digitalmars.D.bugs/2592
author thomask
date Thu, 23 Dec 2004 20:49:06 +0000
parents e3c5b1e6f4a3
children d59b1bc64d25
files nocompile/this_01.d nocompile/this_02.d
diffstat 2 files changed, 26 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/this_01.d	Thu Dec 23 20:49:06 2004 +0000
@@ -0,0 +1,14 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	h3r3tic <foo@bar.baz>
+// @date@	2004-12-23
+// @uri@	news:cqd25q$17mh$1@digitaldaemon.com
+// @url@	nntp://digitalmars.com/digitalmars.D.bugs/2592
+
+module dstress.nocompile.this_01;
+
+void main(){
+     this.foobar;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/this_02.d	Thu Dec 23 20:49:06 2004 +0000
@@ -0,0 +1,12 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	h3r3tic <foo@bar.baz>
+// @date@	2004-12-23
+// @uri@	news:cqd25q$17mh$1@digitaldaemon.com
+// @url@	nntp://digitalmars.com/digitalmars.D.bugs/2592
+
+module dstress.nocompile.this_02;
+
+this.foobar;