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