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