blob: 7d9b74bf7ad874ace25d2928bd37b67a888bfe4b [file] [log] [blame]
package semicolon_out;
public class A_test409 {
public void foo() {
extracted();
}
protected void extracted() {
/*[*/synchronized (this) {
foo();
}/*]*/
}
}