blob: abb347c633b9521f7a5ee9f6a08cf1e177823cde [file] [log] [blame]
package locals_in;
import java.io.IOException;
public class A_test528 {
public void foo() throws IOException {
}
static class B extends A_test528 {
public void bar() throws IOException {
/*[*/super.foo();/*]*/
}
}
}