blob: 083be6c0664b38601cf5d98929d0b0848405b52a [file]
public class Test {
protected String data = "O";
protected Test() {
}
protected static String testStatic() {
return "K";
}
}