dot & keyword completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / keywords / synchronized-2-result.java
blob859333d08a32c6614f684d8518116b2be3b19b3e
1 class Test {
2 void foo() {
3 if (true) {
4 } else synchronized(<caret>)