blob: 448fe5940b6e88c9f4cb7a778813aa91b5dfd4c6 [file] [log] [blame]
package test0112;
import java.util.*;
public class Test {
public int foo(int i ) {
synchronized(this) {
}
}
}