blob: 6c613750da6a182524977fa3be3e41cf7faf6942 [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();
}/*]*/
}
}