comparison run/v/variadic_argument_11_B.d @ 1489:b8c0195059d9

changed nntp: URLs to http: URLs
author thomask
date Mon, 09 Apr 2007 13:47:01 +0000
parents 4698f4070a77
children
comparison
equal deleted inserted replaced
1488:1ee9a0dd42d9 1489:b8c0195059d9
2 // $Date$ 2 // $Date$
3 // $Author$ 3 // $Author$
4 4
5 // @author@ John C <johnch_atms@hotmail.com> 5 // @author@ John C <johnch_atms@hotmail.com>
6 // @date@ 2005-12-04 6 // @date@ 2005-12-04
7 // @uri@ news:dmus5e$11jp$1@digitaldaemon.com 7 // @uri@ http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=5738
8 8
9 module dstress.run.v.variadic_argument_11_B; 9 module dstress.run.v.variadic_argument_11_B;
10 10
11 class Testing { 11 class Testing {
12 this(int a, ...){ 12 this(int a, ...){