blob: 6436b7e3888c48e47f527bd1c54c33970e936c77 [file] [log] [blame]
public class A {
int[] tab = new int[4];
public void foo(int[] t) {
System.out.println(t[1]);
}
}