Files
openide/java/java-tests/testData/codeInsight/completion/normal/SynchronizedArgumentSmartEnter_after.java

9 lines
144 B
Java

public class Bar {
{
String foo1 = "";
String foo2 = "";
synchronized (foo1) {
<caret>
}
}
}