blob: 6d3f3b994262fa9688933a98442ebb3988429c95 [file] [log] [blame]
class Test {
String myFoo;
static {
String myFoo = "";
System.out.println(myFoo);
}
}