/** * Parallel for * * @author Rob Bocchino */ class C { int[]<[i]>#i A = new int[10]<[i]>#i; void m1() { foreach (int i in 0, 10) A[i] = i; } }