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