RosettaCodeData/Task/Collections/D/collections-1.d

4 lines
71 B
D

int[3] array;
array[0] = 5;
// array.length = 4; // compile-time error