comparison run/t/template_class_13_A.d @ 1489:b8c0195059d9

changed nntp: URLs to http: URLs
author thomask
date Mon, 09 Apr 2007 13:47:01 +0000
parents 61617b6d35af
children
comparison
equal deleted inserted replaced
1488:1ee9a0dd42d9 1489:b8c0195059d9
2 // $Date$ 2 // $Date$
3 // $Author$ 3 // $Author$
4 4
5 // @author@ Thomas Kuehne <thomas-dloop@kuehne.cn> 5 // @author@ Thomas Kuehne <thomas-dloop@kuehne.cn>
6 // @date@ 2005-11-26 6 // @date@ 2005-11-26
7 // @uri@ news:sd7l53-p6d.ln1@birke.kuehne.cn 7 // @uri@ http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=5669
8 8
9 module dstress.run.t.template_class_13_A; 9 module dstress.run.t.template_class_13_A;
10 10
11 class C(float f){ 11 class C(float f){
12 float cf = f; 12 float cf = f;