blob: 418338d25b6ae19d01434d089d8d00e48779686d [file] [log] [blame]
package try_in;
import java.io.IOException;
public class A_test456 {
public void foo() {
Exception e= new IOException("Message");
try {
/*[*/throw e;/*]*/
} catch (Exception x) {
}
}
}