comparison run/a/auto_16_A.d @ 1560:36bedfa079e6

D1 -> D2 : 2/N
author thomask
date Sun, 19 Aug 2007 19:15:01 +0000
parents b8c0195059d9
children
comparison
equal deleted inserted replaced
1559:ec5e144583ea 1560:36bedfa079e6
7 // @uri@ http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=6373 7 // @uri@ http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=6373
8 8
9 module dstress.run.a.auto_16_A; 9 module dstress.run.a.auto_16_A;
10 10
11 class C{ 11 class C{
12 char[] toString(){ 12 string toString(){
13 return "hallo bug"; 13 return "hallo bug";
14 } 14 }
15 } 15 }
16 16
17 int main(){ 17 int main(){