blob: 73341fc6f1e1b29b1617e3f8a3e0fa3f82f9c375 [file] [log] [blame]
package p;
class A {
static {
String newname= "xx";
String y= ( newname );
}
}