blob: 1b6df64ccc5ea06c2ed04d34f7a3005f986eb646 [file] [log] [blame]
class Test {
public void foo(){
System.out.println(xxx);
}
public static final String const1 = "";
public static final char xxx = const1.charAt(0);
}