blob: 0962b7e5bec2085ee6efe8ef039667ef7811a531 [file] [log] [blame]
package p;
class A {
static {
String xxxx= "xx";
String y= ( xxxx );
}
}