blob: 39272a6739aae07da22376210d32191d1e1cd888 [file] [log] [blame]
package p;
class A {
void f(){
String xxxx= "xx";
String y= ( xxxx );
}
}