blob: 7fc1574ce187ac3bb84d71ff6e6b781e9efcd2b6 [file] [log] [blame]
class Test {
String myFoo;
static {
String f<caret>oo = "";
System.out.println(myFoo);
}
}