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