blob: 565f507c4f64edf25ae5f7e7b05220b0281ce217 [file] [log] [blame]
public class Foo {
void m(Object o) {
synchronized (o) {
}
}
}