blob: 18191b984fb8c2472046206297c5b713821c9677 [file] [log] [blame]
class Foo{
public void foo(){
LOG.bar();
synchronized (this){
bar();
bar();
}
}
}