blob: 269744646f10b06898b2edd47e605e1f8c655d97 [file] [log] [blame]
class Client {
public static void main(String[] args) {
Hyper h = new Super();
System.out.println(h.h);
}
}