Files

5 lines
84 B
Java

public class Test {
public void foo() {
synchronized(this<caret>)
}
}