blob: deb4660ec12e205f34a9dfb11cfd9b6039657eac [file] [log] [blame]
package try_out;
import java.io.IOException;
public class A_test452 {
public void foo() {
try {
extracted();
} catch (IOException e) {
}
}
protected void extracted() throws IOException {
/*[*/g();/*]*/
}
public void g() throws IOException {
}
}