blob: 0b9fe6a0afccd34cd157ca6bbd24798a47e265ec [file] [log] [blame]
package try_in;
import java.io.IOException;
public class A_test453 {
public void foo() {
/*[*/try {
g();
} catch (Exception e) {
}/*]*/
}
public void g() throws IOException {
}
}