blob: bb204d6f9a1b2aedac1cf9217015add051452845 [file] [log] [blame]
class Client {
public static void main(String[] args) {
String s = new Derived().field;
System.out.println(s);
}
}