package p;
class A {
	static {
		String xxxx= "xx";
		String y= ( xxxx );
	}
}