blob: 5766e802940a7a7603ee9e8f0d94070a20095339 [file] [log] [blame]
package p;
class A{
int i(){
int[] a= new int[6];
return a[9];
}
}