package p; class A{ static int length = 17; int m(){ int[] B = new int[1]; return A.length; } }