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