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