blob: 521eb6fd0596fc086ec17d4e9757961960f53ce4 [file] [log] [blame]
package validSelection;
public class A_test351 {
public void foo() {
foo();/*[*/
synchronized (this) {
foo();
}
/*]*/foo();
}
}