//6, 16, 6, 32
package p;

class A<E> {
	static A<Integer> getInt() {
		return new A<Integer>();
	}
}