blob: 52278a64f7f079e1ab41c951c66fb29d3cb5b583 [file] [log] [blame]
package try_out;
public class A_test458 {
public void foo() throws Throwable{
try{
new A_test458();
} catch (Throwable t){
/*]*/extracted(t);/*[*/
}
}
protected void extracted(Throwable t) throws Throwable {
throw t;
}
}