blob: 5e8563c801f61ed1977a1fc33719fc0cd37301fe [file] [log] [blame]
public class Foo {
void m(Object o) {
synchronized (o) {
<caret>
}
}
}