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