blob: e59f3c2fa26c4e806c56bd0551b4e5aca5e16691 [file] [log] [blame]
package try_in;
public class A_test458 {
public void foo() throws Throwable{
try{
new A_test458();
} catch (Throwable t){
/*[*/throw t;/*]*/
}
}
}