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