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