package p; //6, 16 - 6, 21

class A {
	void f() {
		Integer[] is= null;
		Integer temp= is[0];
		int k= temp.intValue();
	}
}