blob: bcad9ff3f389a6fcb5087f4c5b6ae2e607e28942 [file] [log] [blame]
public class Test {
public void foo() {
synchronized (this) {
<caret>
}
}
}