comparison compile/delegate_13.d @ 1385:62c9b99c3a16

meta cleanup
author thomask
date Sun, 04 Mar 2007 13:12:19 +0000
parents d3a3e0c251d8
children
comparison
equal deleted inserted replaced
1384:d3a3e0c251d8 1385:62c9b99c3a16
3 // $Author$ 3 // $Author$
4 4
5 // @author@ Ilya Zaitseff <sark7@mail333.com> 5 // @author@ Ilya Zaitseff <sark7@mail333.com>
6 // @date@ 2004-11-21 6 // @date@ 2004-11-21
7 // @uri@ news:opshte8nzvaaezs2@localhost 7 // @uri@ news:opshte8nzvaaezs2@localhost
8 // @url@ http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=2315 8 // @uri@ http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=2315
9 9
10 module dstress.compile.delegate_13; 10 module dstress.compile.delegate_13;
11 11
12 class A(T) 12 class A(T)
13 { 13 {