annotate nocompile/a/alias_30_E.d @ 1489:b8c0195059d9

changed nntp: URLs to http: URLs
author thomask
date Mon, 09 Apr 2007 13:47:01 +0000
parents 3adc48be5016
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
824
3adc48be5016 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
1 // $HeadURL$
3adc48be5016 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
2 // $Date$
3adc48be5016 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
3 // $Author$
3adc48be5016 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
4
3adc48be5016 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
5 // @author@ Deewiant <deewiant.doesnotlike.spam@gmail.com>
3adc48be5016 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
6 // @date@ 2006-02-11
1489
b8c0195059d9 changed nntp: URLs to http: URLs
thomask
parents: 824
diff changeset
7 // @uri@ http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=6231
824
3adc48be5016 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
8
3adc48be5016 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
9 // __DSTRESS_ELINE__ 16
3adc48be5016 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
10
3adc48be5016 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
11 module dstress.nocompile.a.alias_30_E;
3adc48be5016 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
12
3adc48be5016 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
13 class Foo(TYPE){
3adc48be5016 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
14 }
3adc48be5016 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
15
3adc48be5016 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
16 alias Foo!(int) Foo;