// 7, 20, 7, 35
package p;
import java.util.List;
class A {
	{
		Object o= new String("XXX");
		Object o2= new String("XXX");
	}
}
