blob: 83110000bf4e9fa8667101ed849dca3c854fc527 [file] [log] [blame]
package try_out;
import java.io.IOException;
public class A_test461 {
void f() throws IOException{
extracted();
}
protected void extracted() throws IOException {
/*[*/try{
f();
} catch (IOException e){
throw new IOException();
}/*]*/
}
}