blob: 1fbe60a6a12284fc3545471469eed6876afc3458 [file] [log] [blame]
public void foo(String s) {
synchronized (this) {
System.out.println(s.length());
}
}