blob: a76ecca55ec3589bb59dfe243dbd0150bb449d44 [file] [log] [blame]
package semicolon_in;
public class A_test409 {
public void foo() {
/*[*/synchronized (this) {
foo();
}/*]*/
}
}