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