blob: 7bd6d3786849110260a1cddbf38be6b05381cc0a [file] [log] [blame]
class Client {
public static void main(String[] args) {
Super s = new Super();
s.h = new Integer(10);
System.out.println(s.h);
}
}