comparison nocompile/d/delete_09_B.d @ 1560:36bedfa079e6

D1 -> D2 : 2/N
author thomask
date Sun, 19 Aug 2007 19:15:01 +0000
parents 36e896c73c8a
children
comparison
equal deleted inserted replaced
1559:ec5e144583ea 1560:36bedfa079e6
8 8
9 // __DSTRESS_ELINE__ 16 9 // __DSTRESS_ELINE__ 16
10 10
11 module dstress.nocompile.d.delete_09_B; 11 module dstress.nocompile.d.delete_09_B;
12 12
13 alias char string; 13 alias char XX;
14 14
15 void test(string[int] arr, int key ){ 15 void test(XX[int] arr, int key ){
16 delete arr[ key ]; 16 delete arr[ key ];
17 } 17 }