comparison compile/f/foreach_30_B.d @ 1535:20d8ee6523e1

updated to DMD-1.013
author thomask
date Mon, 07 May 2007 05:19:57 +0000
parents b8c0195059d9
children
comparison
equal deleted inserted replaced
1534:345207906be7 1535:20d8ee6523e1
7 // @uri@ http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=3961 7 // @uri@ http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=3961
8 8
9 module dstress.compile.f.foreach_30_B; 9 module dstress.compile.f.foreach_30_B;
10 10
11 class Collection{ 11 class Collection{
12 int opApply(int delegate(inout int) dg){ 12 int opApply(int delegate(ref int) dg){
13 return 0; 13 return 0;
14 } 14 }
15 } 15 }
16 16
17 bool test(){ 17 bool test(){