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