blob: ff5da506c00f169b2c7ccb3272b25c58a4e21a42 [file] [log] [blame]
//package test0307;
//
//import java.net.MalformedURLException;
//
//public class Test {
// static class A {
// public A(int i) throws MalformedURLException {
// }
// }
//
// static class B extends A {
// public B() throws MalformedURLException {
// super(10);
// }
// }
//}