blob: 770aaf8fdf8af19ee35dc56757ceb428c20246e1 [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) {
}
}
}