blob: c5d842f4acdb5139c73d0baad0bcddcf64341bf1 [file] [log] [blame]
public class P {
public P() throws Exception {
}
}
class PP extends P {
PP() throws Exception {
super();
}
}