annotate nocompile/this_01.d @ 1485:774e02c900da

changed nntp: URLs to http: URLs
author thomask
date Mon, 09 Apr 2007 12:03:23 +0000
parents 52c9e86b6486
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
206
f9a6743fd8e9 this in module level
thomask
parents:
diff changeset
1 // $HeadURL$
f9a6743fd8e9 this in module level
thomask
parents:
diff changeset
2 // $Date$
f9a6743fd8e9 this in module level
thomask
parents:
diff changeset
3 // $Author$
f9a6743fd8e9 this in module level
thomask
parents:
diff changeset
4
f9a6743fd8e9 this in module level
thomask
parents:
diff changeset
5 // @author@ h3r3tic <foo@bar.baz>
f9a6743fd8e9 this in module level
thomask
parents:
diff changeset
6 // @date@ 2004-12-23
f9a6743fd8e9 this in module level
thomask
parents:
diff changeset
7 // @uri@ news:cqd25q$17mh$1@digitaldaemon.com
1485
774e02c900da changed nntp: URLs to http: URLs
thomask
parents: 1383
diff changeset
8 // @uri@ http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=2592
206
f9a6743fd8e9 this in module level
thomask
parents:
diff changeset
9
374
f87ba6507260 added missing meta-data
thomask
parents: 206
diff changeset
10 // __DSTRESS_ELINE__ 15
f87ba6507260 added missing meta-data
thomask
parents: 206
diff changeset
11
206
f9a6743fd8e9 this in module level
thomask
parents:
diff changeset
12 module dstress.nocompile.this_01;
f9a6743fd8e9 this in module level
thomask
parents:
diff changeset
13
f9a6743fd8e9 this in module level
thomask
parents:
diff changeset
14 void main(){
f9a6743fd8e9 this in module level
thomask
parents:
diff changeset
15 this.foobar;
f9a6743fd8e9 this in module level
thomask
parents:
diff changeset
16 }