blob: 42a0cbe36ce82cc44d48eb8e8ee752c57604aea2 [file] [log] [blame]
package try_in;
import java.io.IOException;
public class A_test461 {
void f() throws IOException{
/*[*/try{
f();
} catch (IOException e){
throw new IOException();
}/*]*/
}
}