blob: 495cf26df08d11a921fe5908e75f245fd4392a65 [file] [log] [blame]
package semicolon_in;
public class A_test403 {
public void foo() {
/*[*/try {
foo();
} catch (Exception e) {
foo();
}/*]*/
}
}