smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / ReplaceWholeReferenceChain.java
blob7ceea6b69a2b31607e3dbe9145f54273abb0d7fb
1 public class TestCase {
2 Object field;
4 int foo() {
9 int a = fo<caret>this.field.clone().hashCode() + 2;