blob: c603a4387d47545f72ca0123e3c04b171dce1ded [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();/*[*/
}
}
}